Skip to content

Commit a78d60c

Browse files
committed
echo service name
1 parent 68780ad commit a78d60c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

scripts/setup

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ set -e
33

44
cd "${BASH_SOURCE%/*}"
55

6-
export SERVICE_NAME="replace-me"
6+
# export SERVICE_NAME="replace-me"
7+
echo $SERVICE_NAME
78

8-
pipenv install --dev
9-
pipenv run python ../manage.py migrate --noinput
10-
pipenv run python ../manage.py load_fixtures api
11-
pipenv run python ../manage.py collectstatic --noinput --clear
9+
# pipenv install --dev
10+
# pipenv run python ../manage.py migrate --noinput
11+
# pipenv run python ../manage.py load_fixtures api
12+
# pipenv run python ../manage.py collectstatic --noinput --clear
13+
14+
# wget -O - https://raw.githubusercontent.com/ocadotechnology/codeforlife-template-backend/backend_template/scripts/setup | bash

0 commit comments

Comments
 (0)