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
2 merge requests!37Release 0.4.0,!34BUGFIX: Remove failing package installation of 'zip'
Pipeline #141 passed with stage
in 3 minutes and 10 seconds
......@@ -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