Skip to content
Snippets Groups Projects
Commit 27d364b5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent 31557afb
No related branches found
No related tags found
1 merge request!1F fix pipeline
Pipeline #5250 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment