diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e72b82a..d6ec665 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ image: gcc trigger_build: stage: deploy script: - - "curl -X POST -F token=-nr2owgsfXRbWXHByiv3 -F ref=REF_NAME https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" + - "curl -X POST -F token=-nr2owgsfXRbWXHByiv3 -F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" build: stage: build