Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
6147ff15
Commit
6147ff15
authored
Aug 01, 2018
by
David Haynes
🙆
Browse files
Update CI to use new names
parent
030be363
Pipeline
#2648
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6147ff15
...
...
@@ -32,7 +32,8 @@ before_script:
-
export GO_EMAIL_FROM=
-
export GO_EMAIL_TO=
-
python manage.py makemigrations
-
python manage.py makemigrations go
-
python manage.py makemigrations go_ahead
-
python manage.py makemigrations go_back
-
python manage.py migrate
-
echo "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('root', 'root@srct.gmu.edu', 'root') " | python manage.py shell
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment