Skip to content
Closed

NFC #3784

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions activestate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,15 @@ scripts:
value: |
set -e
$constants.SET_ENV

PREFIX="remote-installer"
if [ "$DEPLOY_TO_STAGING" = "true" ]; then
PREFIX="staging/$PREFIX"
echo "Deploying remote installer to staging: $PREFIX"
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading