From 18793fd78ce9c3f02d380236a46765f980f175d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Fri, 1 Nov 2019 12:30:20 +0100 Subject: [PATCH] FIX: dev branch should be used on deploy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9800803..8f560a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ trigger_build: -F "variables[MYSQLBACKEND]=$CI_COMMIT_REF_NAME" -F "variables[TriggerdBy]=MYSQLBACKEND" -F "variables[TriggerdByHash]=$CI_COMMIT_SHORT_SHA" - -F ref=master https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline + -F ref=dev https://gitlab.indiscale.com/api/v4/projects/14/trigger/pipeline # Build a docker image in which tests for this repository can run build-testenv: -- GitLab