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
481b4a97
Commit
481b4a97
authored
Jan 03, 2017
by
David Haynes
Browse files
Missed a spot
- changed reldir s/t we only cd once
parent
3337103f
Pipeline
#727
passed with stage
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
481b4a97
...
...
@@ -17,8 +17,8 @@ test_Go:
-
apt-get install -y libldap2-dev mysql-client libmysqlclient-dev python-mysqldb libjpeg-dev libsasl2-dev
-
pip install -r requirements.txt
-
cd go/
-
cp settings/settings.py.template
go/
settings/settings.py
-
cp settings/secret.py.template
go/
settings/secret.py
-
cp settings/settings.py.template settings/settings.py
-
cp settings/secret.py.template settings/secret.py
-
export SECRET_KEY=$(dd if=/dev/urandom count=100 | tr -dc "A-Za-z0-9" | fold -w 60 | head -n1 2>/dev/null)
-
export DJANGO_DEBUG="True"
-
sed -i settings/secret.py -e 's/DB_NAME.*/DB_NAME = \"go\"/'
...
...
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