Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb Core Software
Nightly Builds
lb-nightly-functions
Commits
6c34b21a
Commit
6c34b21a
authored
Jul 17, 2020
by
Marco Clemencic
Browse files
Make sure we have the zip command when running the tests
parent
01f0178b
Pipeline
#1805174
passed with stage
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6c34b21a
...
...
@@ -6,6 +6,7 @@ test:
GIT_COMMITTER_NAME
:
dummy
GIT_COMMITTER_EMAIL
:
dummy@example.org
script
:
-
apt-get update && apt-get install -y zip
-
if [ ! -e .poetry/bin/poetry ] ; then
# Poetry is not installed (note: $HOME tells get-poetry.py were to install)
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | HOME=$PWD python
...
...
Marco Clemencic
@clemenci
mentioned in issue
#2
·
Jul 21, 2020
mentioned in issue
#2
mentioned in issue #2
Toggle commit list
Write
Preview
Supports
Markdown
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