Skip to content

Commit

Permalink
NH-69952: temporarily allow overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Feb 5, 2024
1 parent 697060c commit 790e186
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 790e186

Please sign in to comment.