Skip to content
Snippets Groups Projects
Verified Commit fe65de9c authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 63afbda0
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@
#
variables:
CI_REVISION: f-versioning
CI_DEPLOY_BRANCH: f-versioning
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-server/caosdb-server-testenv:latest
stages:
......@@ -70,7 +72,8 @@ trigger_build:
script:
- /usr/bin/curl -X POST
-F token=$DEPLOY_TRIGGER_TOKEN
-F "variables[CI_REVISION]=$CI_REVISION"
-F "variables[SERVER]=$CI_COMMIT_REF_NAME"
-F "variables[TriggerdBy]=SERVER"
-F "variables[TriggerdByHash]=$CI_COMMIT_SHORT_SHA"
-F ref=dev https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
-F ref=$CI_DEPLOY_BRANCH https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment