Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
camo-image-proxy
Commits
a2bec76b
Commit
a2bec76b
authored
Aug 07, 2018
by
Erick Hitter
Browse files
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
.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
mcrypt
mysqli pdo_mysql intl gd zip bz2
-
docker-php-ext-enable mbstring
mcrypt
mysqli 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