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
a85031fb
Commit
a85031fb
authored
Dec 29, 2018
by
David Haynes
🙆
Browse files
Python stuff in the python job
parent
a0055ebe
Pipeline
#3548
failed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a85031fb
...
...
@@ -8,7 +8,10 @@ variables:
MYSQL_DATABASE
:
go
MYSQL_ROOT_PASSWORD
:
root
before_script
:
Go-py3.7
:
image
:
library/python:3.7
stage
:
build
script
:
-
apt-get update -qy
-
apt-get install -y redis-server
-
pip install pipenv
...
...
@@ -36,11 +39,6 @@ before_script:
-
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
Go-py3.7
:
image
:
library/python:3.7
stage
:
build
script
:
-
echo "done :)"
Go-node11
:
...
...
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