Skip to content
Snippets Groups Projects
Commit abea7879 authored by Rakesh Choorikkadu's avatar Rakesh Choorikkadu
Browse files

Branch name updated in the pipeline config

parent ea366afd
No related branches found
No related tags found
1 merge request!388Dev
......@@ -36,7 +36,7 @@ build_beta:
- docker build --pull --build-arg uid=8900 --build-arg gid=1057 -t $DOCKER_IMAGE_TAG .
- docker push $DOCKER_IMAGE_TAG
only:
- dev_k8s
- dev
artifacts:
paths:
- xpub-epmc-config/k8s-ebi
......@@ -110,7 +110,7 @@ deploy_beta:
- cat xpub-epmc-config/k8s-ebi/beta/cronjobs.yaml | envsubst | kubectl apply -f -
- sh scripts/verify-k8s-deployment.sh xpub-epmc-beta
only:
- dev_k8s
- dev
e2e_test:
stage: test
......@@ -118,7 +118,7 @@ e2e_test:
- echo "Test Execution beginning"
- "curl -X POST -F token=$TOKEN -F ref=master https://gitlab.ebi.ac.uk/api/v4/projects/494/trigger/pipeline"
only:
- dev_k8s
- dev
deploy_hx_prod:
stage: deploy_hx_production
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment