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
version: '1.0' steps: freestyle_step: image: node:latest working-directory: ${{initial-clone}} commands: - >- awerty dfgdfgdfgdf sdfsdfsdf - npm -v when: condition: all: name: "'${{CF_BRANCH}}' == 'condition-step'" noSkipCiInCommitMessage: 'includes(lower("${{CF_COMMIT_MESSAGE}}"), "skip ci") == false' masterBranch: '"${{CF_BRANCH}}" == "master"' composition_step: description: Attempting to run as part of composition. type: composition composition: version: '2' services: app: image: 'advance512demo/demochat:master' ports: - 5000 depends_on: - mongo mongo: image: mongo composition-candidates: main: image: nhoag/curl command: bash -c "sleep 20 && curl http://app:5000/" | echo 'works' when: condition: any: noSkipCiInCommitMessage: 'includes(lower("${{CF_COMMIT_MESSAGE}}"), "skip ci") == false' notFeatureBranch: 'match("${{CF_BRANCH}}", "^FB-", true) == false'
Result: Rejoice! Your Codefresh YAML is valid! version of cyv: 0.0.5
The text was updated successfully, but these errors were encountered:
noamt
No branches or pull requests
Result: Rejoice! Your Codefresh YAML is valid!
version of cyv: 0.0.5
The text was updated successfully, but these errors were encountered: