Alternative attempt to trigger next branch builds

This commit is contained in:
Deon George 2021-05-27 09:30:34 +10:00
parent 8d8da2f5ad
commit f81815e789

View File

@ -3,6 +3,7 @@ image: docker:latest
stages: stages:
- test - test
- build - build
- build-next
- build-test - build-test
variables: variables:
@ -43,11 +44,12 @@ x86_64:build:
only: only:
- mysql - mysql
x86_64:trigger: x86_64:build-next:
stage: build stage: build-next
trigger: script:
project: $CI_PROJECT_PATH - curl -X POST -F token=${CI_JOB_TOKEN} -F ref=ext ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/trigger/pipeline
branch: ext only:
- mysql
x86_64:build-test: x86_64:build-test:
stage: build-test stage: build-test