mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
Merge pull request #1816 from balena-os/remove-staging-circleci
Do not build for staging in circleci job
This commit is contained in:
commit
ef03cde2f6
@ -62,11 +62,7 @@ defaults: &defaults
|
||||
else
|
||||
export DEPLOY_TO_PRODUCTION=false
|
||||
fi
|
||||
if [ "$STAGING_API_TOKEN" != "" ]; then
|
||||
export DEPLOY_TO_PRODUCTION=${DEPLOY_TO_STAGING}
|
||||
else
|
||||
export DEPLOY_TO_STAGING=false
|
||||
fi
|
||||
export DEPLOY_TO_STAGING=false
|
||||
# Create required env vars
|
||||
export TAG=$(echo ${CIRCLE_BRANCH} | sed 's/[^a-z0-9A-Z_.-]/-/g')
|
||||
export ARCH=${ARCH}
|
||||
|
Loading…
x
Reference in New Issue
Block a user