Move build commit to CustomEnvVars, or it's squashed by Docker vs Bash logic
This commit is contained in:
parent
172aff5758
commit
a5fc87496a
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ jobs:
|
|||
df -h
|
||||
|
||||
# Allows Arcade to have access to the commit for the build
|
||||
customRunArgs="-e BUILD_SOURCEVERSION"
|
||||
customEnvVars="BUILD_SOURCEVERSION=$BUILD_SOURCEVERSION"
|
||||
customBuildArgs=
|
||||
if [[ '${{ parameters.runOnline }}' == 'True' ]]; then
|
||||
customBuildArgs='--online'
|
||||
|
|
Loading…
Add table
Reference in a new issue