Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referring other steps should be renamed #58

Closed
agentmilindu opened this issue Mar 21, 2019 · 3 comments
Closed

Referring other steps should be renamed #58

agentmilindu opened this issue Mar 21, 2019 · 3 comments
Labels
gsoc-2019 Implemented as part of GSoC 2019
Milestone

Comments

@agentmilindu
Copy link
Contributor

deploy:
- image: 'node'
  command: ['node', '--version']
- name: '@status'

makes no sense, let's rename it to

deploy:
- image: 'node'
  command: ['node', '--version']
- from: 'status'

I'm open for suggesions also.

@agentmilindu agentmilindu added this to the v2.0 milestone Mar 21, 2019
@ayushjn20
Copy link
Collaborator

Working on this.
Suggestion: Instead of using keyword as from: 'status', follow: '@status' seems more intuitive. What do you suggest @agentmilindu ?

@agentmilindu
Copy link
Contributor Author

follow seems good, shall we make it follow: 'status'?

@ayushjn20
Copy link
Collaborator

Closed with reference to #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc-2019 Implemented as part of GSoC 2019
Projects
None yet
Development

No branches or pull requests

2 participants