Skip to content
Snippets Groups Projects
Commit dafe0b42 authored by Daniel Siepmann's avatar Daniel Siepmann
Browse files

Merge branch '33-sometimes-pipeline-fails-on-install-zip-unzip-packages' into 'develop'

BUGFIX: Remove failing package installation of 'zip'

Closes #33

See merge request !34
parents 5dde7639 5946a1af
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ cache:
- vendor/
before_script:
- apt-get update; apt-get install -y zip unzip
- apt-get update; apt-get install -y unzip
- composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
lint:coding-guideline:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment