Skip to content
Snippets Groups Projects
Commit 2ce8a0a0 authored by Chris Hines's avatar Chris Hines
Browse files

define deployment jobs on testing an dev branches

parent e749f0a2
No related branches found
No related tags found
No related merge requests found
Pipeline #6738 passed
test:
image: ubuntu
only:
- branches@hpc-deam/strudelv2_spa
except:
- testing@hpc-team/strudelv2_spa
- dev@hpc-team/strudelv2_spa
script:
- apt update
- apt install -y curl gnupg
......@@ -13,7 +18,16 @@ test:
deploy_test:
only:
test@hpc-team/strudelv2_spa
tags: deploy_test
- testing@hpc-team/strudelv2_spa
tags:
- deploy_test
script:
- echo "deploying test"
deploy_dev:
only:
- dev@hpc-team/strudelv2_spa
tags:
- deploy_dev
script:
- echo "deploying dev"
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