Skip to content

Commit

Permalink
Update deploy-gdc-docs.sh
Browse files Browse the repository at this point in the history
Removed step to checkout feature branch from script.
  • Loading branch information
bilalbaqar authored Aug 2, 2024
1 parent dddb04e commit 05ffef6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy-gdc-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ else
exit;
fi

echo "Checking out branch feat/mkdocs-material - PLEASE REMOVE AFTER DEV"
/usr/bin/git checkout feat/mkdocs-material

# Building virtualenv and installing dependencies
echo "$(date +'%d %B %Y - %k:%M'): ${ENVIRONMENT}: Building virtualenv for ${ENVIRONMENT}"
python3 -m virtualenv -p python3.8 venv
Expand Down

0 comments on commit 05ffef6

Please sign in to comment.