Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kontr 2.0
Portal API Backend
Commits
f00deeac
Verified
Commit
f00deeac
authored
Apr 27, 2019
by
Peter Stanko
Browse files
Removed redundant installation of pipenv
parent
9f7d2473
Pipeline
#31646
failed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f00deeac
...
...
@@ -11,10 +11,10 @@ cache:
-
~/.cache/pip/
stages
:
-
build
-
test
build
:
stage
:
build
stage
:
test
tags
:
-
shared-fi
before_script
:
...
...
@@ -23,7 +23,6 @@ build:
-
service redis-server start
-
python -V
# Print out python version for debugging
-
pip install pipenv
-
pip install pipenv
script
:
-
pipenv install --dev
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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