Skip to content

Commit

Permalink
chore: remove staging bucket v2 (#1006)
Browse files Browse the repository at this point in the history
not needed since we removed v2 solution - #964
  • Loading branch information
eaball35 committed Mar 29, 2021
1 parent 328870c commit 572ef8f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ if [[ -z "${STAGING_BUCKET}" ]]; then
exit 1
fi

if [[ -z "${STAGING_BUCKET_V2}" ]]; then
echo "Need to set STAGING_BUCKET_V2 environment variable"
exit 1
fi

# work from the git root directory
pushd $(dirname "$0")/../../

Expand Down

0 comments on commit 572ef8f

Please sign in to comment.