Skip to content
Snippets Groups Projects
Commit 6939b3e9 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Add pipeline trigger from dev and testing deployment

parent 222dfd67
No related branches found
No related tags found
1 merge request!9Update the license
Pipeline #3751 failed
......@@ -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
......
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