Move build commit to CustomEnvVars, or it's squashed by Docker vs Bash logic

This commit is contained in:
Jo Shields 2023-12-18 15:44:13 -05:00
parent 172aff5758
commit a5fc87496a

View file

@ -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'