Skip to content
Snippets Groups Projects
Commit 7a35b39c authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

Update .gitlab-ci.yml

parent 6652b0bb
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ services:
stages:
- build
- manifest
- deploy
variables:
DOCKER_CONFIG: ~/.docker/$CI_JOB_ID
......@@ -50,15 +49,4 @@ manifest:
- docker manifest create $IMAGE $IMAGE_amd64 $IMAGE_ppc64le
- docker manifest push $IMAGE
deploy:
stage: deploy
tags:
- hv2
only:
- master
script:
- apk add curl
- for ref in $DEPLOYENVS; do curl -X POST -F token=$TRIGGER_TOKEN -F ref=$ref -F variables[branch]=master https://code.vereign.com/api/v4/projects/59/trigger/pipeline; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment