mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 09:31:47 -05:00
Pass the version string differently
This commit is contained in:
parent
2ef8519aa9
commit
76ef4f434e
1 changed files with 6 additions and 4 deletions
|
@ -30,11 +30,13 @@ build_base:
|
|||
|
||||
steam:
|
||||
stage: deploy
|
||||
variables:
|
||||
SOCIALLY_DISTANT_OS: "$CI_PROJECT_URL"
|
||||
SOCIALLY_DISTANT_SHA: "$CI_COMMIT_SHA"
|
||||
BUILD_TAG: "$CI_COMMIT_TAG"
|
||||
BUILD_BRANCH: "$CI_COMMIT_REF_NAME"
|
||||
BUILD_IDENTIFIER: "$GIT_COMMIT_SHORT_SHA"
|
||||
trigger:
|
||||
variables:
|
||||
SOCIALLY_DISTANT_OS: "$CI_PROJECT_URL"
|
||||
SOCIALLY_DISTANT_SHA: "$CI_COMMIT_SHA"
|
||||
BUILD_DESCRIPTION: "${CI_COMMIT_TAG:-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}}"
|
||||
project: sociallydistant/career-build-pipeline
|
||||
branch: main
|
||||
strategy: depend
|
||||
|
|
Loading…
Reference in a new issue