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
Minimal .gitlab-ci.yml illustrating the issue
--- rules: - exists: [$PHP_ROOT/artisan] if: $IDE_HELPER_SKIP != 'true' when: on_success allow_failure: false
Expected behavior Should display ide-helper command in gitlab-ci-local --list
gitlab-ci-local --list
Host information Ubuntu 24.04.1 LTS gitlab-ci-local 4.56.0
Additional context - { if: $IDE_HELPER_SKIP != 'true', when: on_success, allow_failure: false} seems to work
- { if: $IDE_HELPER_SKIP != 'true', when: on_success, allow_failure: false}
The text was updated successfully, but these errors were encountered:
not sure if i understood you correctly, but in the eg. you provide there's an additional exist key
exist
--- rules: - exists: [$PHP_ROOT/artisan] # remove this if: $IDE_HELPER_SKIP != 'true' when: on_success allow_failure: false
Sorry, something went wrong.
No branches or pull requests
Minimal .gitlab-ci.yml illustrating the issue
Expected behavior
Should display ide-helper command in
gitlab-ci-local --list
Host information
Ubuntu 24.04.1 LTS
gitlab-ci-local 4.56.0
Additional context
- { if: $IDE_HELPER_SKIP != 'true', when: on_success, allow_failure: false}
seems to workThe text was updated successfully, but these errors were encountered: