diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9f53a2e16e3c8385e47b03583806fbe961c68f7..a6e66fae022ad97883c9a02729e339d87923908a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ build_development: - docker-compose build - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker-compose push + - "curl -X POST -F token=$CI_JOB_TOKEN -F ref=master -F variables[TAG]=${TAG} https://forge.grandlyon.com/api/v4/projects/327/trigger/pipeline" build_release: stage: build