feat(GODT-2664): trigger QA installer.

This commit is contained in:
Jakub
2023-09-01 08:16:17 +02:00
committed by Jakub Cuth
parent 50dc5c4085
commit 8e5a892c45

View File

@ -282,4 +282,18 @@ build-windows-qa:
variables:
BUILD_TAGS: "build_qa"
trigeer-qa-installer:
stage: build
needs: ["lint"]
extends:
- .rules-branch-and-MR-manual
variables:
APP: bridge
WORKFLOW: build-all
SRC_TAG: $CI_COMMIT_BRANCH
SRC_HASH: $CI_COMMIT_SHA
trigger:
project: "jcuth/bridge-release"
branch: master
# TODO: PUT BACK ALL THE JOBS! JUST DID THIS FOR NOW TO GET CI WORKING AGAIN...