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
Branches
Tags
1 merge request!1F fix pipeline
Pipeline #5250 passed
...@@ -65,7 +65,7 @@ trigger_build: ...@@ -65,7 +65,7 @@ trigger_build:
stage: deploy stage: deploy
script: script:
- /usr/bin/curl -X POST - /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[F_BRANCH]=$CI_COMMIT_REF_NAME"
-F "variables[PYLIB]=$CI_COMMIT_REF_NAME" -F "variables[PYLIB]=$CI_COMMIT_REF_NAME"
-F "variables[TriggerdBy]=PYLIB" -F "variables[TriggerdBy]=PYLIB"
...@@ -79,8 +79,6 @@ build-testenv: ...@@ -79,8 +79,6 @@ build-testenv:
stage: setup stage: setup
only: only:
- schedules - schedules
# TODO remove
- f-fix-pipeline
script: script:
- cd unittests/docker - cd unittests/docker
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY - 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