Skip to content

Commit

Permalink
Merge pull request #188 from solarwinds-cloud/release-1.2.0
Browse files Browse the repository at this point in the history
NH-69952: temporarily allow overwrite
  • Loading branch information
cleverchuk authored Feb 5, 2024
2 parents 31f1f75 + 790e186 commit fa58936
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,6 @@ jobs:
name: Store version
command: |
cat .circleci/version.sh >> $BASH_ENV
- run:
name: Check version doesn't exist
command: |
# make sure this version hasn't been pushed to prod yet
if curl -f -s "https://agent-binaries.cloud.solarwinds.com/apm/java/$AGENTVERSION/solarwinds-apm-config.json" > /dev/null; then
echo "This version has been deployed to production already!"
exit 1
fi
- run:
name: Copy to S3
command: |
Expand Down

0 comments on commit fa58936

Please sign in to comment.