Don't add remote fork on create

This commit is contained in:
emisargent 2023-03-20 22:22:51 +00:00
parent 35e9d5a783
commit e2614ad666

View file

@ -1,10 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
if ! git remote | grep -q "fork"; then
git remote add fork https://github.com/${GITHUB_USER}/flask
fi
python3 -m venv .venv python3 -m venv .venv
. .venv/bin/activate . .venv/bin/activate
pip install --upgrade pip setuptools pip install --upgrade pip setuptools