Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
allgo
allgo
Commits
f6f494f7
Commit
f6f494f7
authored
May 13, 2019
by
sebastien letort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.gitlab-ci.yml
.gitlab-ci.yml
+4
-1
No files found.
.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