Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
composer-phpcodesniffer-standards-plugin
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Daniel Hürtgen
composer-phpcodesniffer-standards-plugin
Commits
dafe0b42
There was a problem fetching the latest pipeline status.
Commit
dafe0b42
authored
7 years ago
by
Daniel Siepmann
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
Tags
Tags containing commit
2 merge requests
!37
Release 0.4.0
,
!34
BUGFIX: Remove failing package installation of 'zip'
Pipeline
#141
passed with stage
in 3 minutes and 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
dafe0b42
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment