Skip to content
Snippets Groups Projects
Commit a619adb6 authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Merge branch 'master' into develop

parents 39eb7355 fc2106bc
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ variables:
stages:
- build
- push
- deploy
before_script:
- export SERVICE=cce-frontend
......@@ -34,3 +35,10 @@ push:
only:
- master
deploy:
stage: deploy
script:
- docker run --rm curlimages/curl -I -X POST "https://xlab:110bb809200c797e6031787b51a049b819@cicd.medina.esilab.org/jenkins/job/medina/job/wp4/job/task_4.1/job/cce-deploy/buildWithParameters?PRJ_ENV=dev&PRJ_IMAGE_TAG=latest&YAMLS_OVERRIDE="
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment