From 790e1864cae25277d6fa48a129d0869517562be3 Mon Sep 17 00:00:00 2001 From: cleverchuk Date: Mon, 5 Feb 2024 11:13:06 -0500 Subject: [PATCH] NH-69952: temporarily allow overwrite --- .circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1cd9c99f..092f3430 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |