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

Add Ubuntu 18.04 jobs to auto-deploy pipeline

parent 68d23ce7
No related branches found
No related tags found
2 merge requests!39Bumped oldstable branch to Heptapod 0.21,!31GitLab 13.10
...@@ -540,6 +540,8 @@ ...@@ -540,6 +540,8 @@
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04:${BUILDER_IMAGE_REVISION}" image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_18.04:${BUILDER_IMAGE_REVISION}"
stage: gitlab_com:package stage: gitlab_com:package
extends: .tag_template extends: .tag_template
# Also build for auto-deploy tags
<<: *dev-tag-only
Ubuntu-20.04: Ubuntu-20.04:
image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_20.04:${BUILDER_IMAGE_REVISION}" image: "${BUILDER_IMAGE_REGISTRY}/ubuntu_20.04:${BUILDER_IMAGE_REVISION}"
...@@ -595,7 +597,7 @@ ...@@ -595,7 +597,7 @@
dependencies: dependencies:
- Ubuntu-18.04 - Ubuntu-18.04
- Ubuntu-18.04-branch - Ubuntu-18.04-branch
<<: *dev-nightly-and-tag-except-auto-deploy <<: *dev-tag-and-nightly
Ubuntu-20.04-staging: Ubuntu-20.04-staging:
stage: gitlab_com:upload_deploy stage: gitlab_com:upload_deploy
......
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