Skip to content
Snippets Groups Projects

F fix pipeline

Merged Henrik tom Wörden requested to merge f-fix-pipeline into dev
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
+ 1
3
@@ -65,7 +65,7 @@ trigger_build:
stage: deploy
script:
- /usr/bin/curl -X POST
-F token=$DEPLOY_TRIGGER_TOKEN
-F token=$CI_JOB_TOKEN
-F "variables[F_BRANCH]=$CI_COMMIT_REF_NAME"
-F "variables[PYLIB]=$CI_COMMIT_REF_NAME"
-F "variables[TriggerdBy]=PYLIB"
@@ -79,8 +79,6 @@ build-testenv:
stage: setup
only:
- schedules
# TODO remove
- f-fix-pipeline
script:
- cd unittests/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Loading