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
The README shows support for an "allow" field here, but this appears unsupported in the semaphore.yml file. When I tried including this:
semaphore.yml
- name: Deploy to Production pipeline_file: deploy_to_production.yml allow: when: "branch = 'master'"
I got this error in the web UI for the running pipeline:
Error: [{"Schema does not allow additional properties.", "#/promotions/1/allow"}]
Is this feature supported or not?
The text was updated successfully, but these errors were encountered:
Support for when conditions in the allow and auto fields of promotions is still in development.
allow
auto
I will update the README to indicate this, thank you for pointing it out.
Sorry, something went wrong.
@DamjanBecirovic do you have any timeline for when this feature will be implemented? I'd love to be notified when it's ready.
No branches or pull requests
The README shows support for an "allow" field here, but this appears unsupported in the
semaphore.yml
file. When I tried including this:I got this error in the web UI for the running pipeline:
Is this feature supported or not?
The text was updated successfully, but these errors were encountered: