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
f6f494f7
Commit
f6f494f7
authored
May 13, 2019
by
sebastien letort
Browse files
Removing .env and data files before launching bootstrap.
parent
ffa355b0
Pipeline
#77864
passed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6f494f7
...
...
@@ -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