Skip to content

Commit

Permalink
Disable git clone protection on site publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed May 28, 2024
1 parent 4a800c4 commit 9a0b6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if [[ "$1" = "--local" ]]; then local=true; fi
if ! [[ ${local} ]]; then
set -ex

export GIT_CLONE_PROTECTION_ACTIVE=false
REPO="git@github.com:slackhq/circuit.git"
DIR=temp-clone

Expand Down

0 comments on commit 9a0b6e0

Please sign in to comment.