diff --git a/activestate.yaml b/activestate.yaml index fe9866d208..0b4eccc917 100644 --- a/activestate.yaml +++ b/activestate.yaml @@ -272,7 +272,7 @@ scripts: value: | set -e $constants.SET_ENV - + PREFIX="remote-installer" if [ "$DEPLOY_TO_STAGING" = "true" ]; then PREFIX="staging/$PREFIX" @@ -280,7 +280,7 @@ scripts: else echo "Deploying remote installer to production: $PREFIX" fi - + go run scripts/ci/s3-deployer/main.go $BUILD_TARGET_DIR/remote-installer us-east-1 state-tool $PREFIX - name: promote-staging-to-production language: bash @@ -296,7 +296,7 @@ scripts: echo "Promotion cancelled." exit 1 fi - + go run scripts/ci/s3-promoter/main.go us-east-1 state-tool - name: build-workflow-assets language: bash @@ -405,7 +405,7 @@ scripts: if [ "$TARGET_BRANCH" == "master" ]; then echo "Target branch is master, not checking for newlines" - exit 0 + #exit 0 fi git fetch --quiet origin $TARGET_BRANCH:refs/remotes/origin/$TARGET_BRANCH