We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Working on this. Suggestion: Instead of using keyword as from: 'status', follow: '@status' seems more intuitive. What do you suggest @agentmilindu ?
from: 'status'
follow: '@status'
Sorry, something went wrong.
follow seems good, shall we make it follow: 'status'?
follow
follow: 'status'
validate
Closed with reference to #64
No branches or pull requests
makes no sense, let's rename it to
I'm open for suggesions also.
The text was updated successfully, but these errors were encountered: