Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
camo-image-proxy
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WP Plugins
camo-image-proxy
Commits
a2bec76b
Commit
a2bec76b
authored
Aug 07, 2018
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Can we get by without mcrypt?
parent
427e3d47
Pipeline
#101
failed with stage
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
a2bec76b
...
...
@@ -14,8 +14,8 @@ before_script:
-
apt-get -yqqf install zip unzip subversion mysql-client default-libmysqlclient-dev --fix-missing
# PHP extensions
-
docker-php-ext-install mbstring m
crypt m
ysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-enable mbstring m
crypt m
ysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-install mbstring mysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-enable mbstring mysqli pdo_mysql intl gd zip bz2
# Install Composer
-
curl -sS https://getcomposer.org/installer | php
...
...
Write
Preview
Markdown
is supported
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