Don't add remote fork on create
This commit is contained in:
parent
35e9d5a783
commit
e2614ad666
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue