From c85d9675b859a3fe102a9202e0cfeb321a7cb9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Tue, 2 Mar 2021 11:53:45 +0000 Subject: [PATCH] FIX: trigger image building and integration tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c22e2a..ca1a011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,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[MYSQLBACKEND]=$CI_COMMIT_REF_NAME" -F "variables[TriggerdBy]=MYSQLBACKEND" -- GitLab