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
allgo
allgo
Commits
bb48f4b4
Commit
bb48f4b4
authored
May 13, 2019
by
LETORT Sebastien
Browse files
Merge branch '320-maj-gitlab-ci-to-start-on-fresh-install' into 'django'
Removing .env and data files before launching bootstrap. Closes
#320
See merge request
!174
parents
ffa355b0
f6f494f7
Pipeline
#77865
passed with stages
in 2 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bb48f4b4
...
...
@@ -14,7 +14,10 @@ bootstrap:
tags
:
-
allgo
stage
:
build
script
:
"
./bootstrap"
script
:
-
rm -f .env
-
sudo rm -rf data/*
-
./bootstrap
django_pylint
:
stage
:
test
...
...
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