Skip to content
Snippets Groups Projects
Commit e1a17ef4 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files

Merge branch 'do-not-run-rpi-auto-deploy' into 'master'

Explicitly state not to run RPi builds on auto-deploy or EE tags

See merge request gitlab-org/omnibus-gitlab!5271
parents b60ac2e9 3d220506
2 merge requests!51Validate shift of Heptapod 0.25 to oldstable series,!44GitLab 14.0
...@@ -242,6 +242,10 @@ ...@@ -242,6 +242,10 @@
when: never when: never
- <<: *unless-dev - <<: *unless-dev
when: never when: never
- <<: *if-auto-deploy-tag
when: never
- <<: *if-ee-tag
when: never
- <<: *if-ce-tag - <<: *if-ce-tag
.dev-ce-tag-only-manual: &dev-ce-tag-only-manual .dev-ce-tag-only-manual: &dev-ce-tag-only-manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment