Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
d3f33f29
Commit
d3f33f29
authored
Nov 08, 2018
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mysql-dev package to alpine for full bundle install
parent
763087c6
Pipeline
#1086
passed with stages
in 4 minutes and 59 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 @
d3f33f29
...
...
@@ -45,7 +45,7 @@ rack_test_2-4:
stage
:
testing
image
:
ruby:2.4-alpine
script
:
-
apk add --update alpine-sdk
-
apk add --update alpine-sdk
mysql-dev
-
bundle install
-
touch .current
-
ruby deployment/create_config.rb > config.yaml
...
...
@@ -54,7 +54,7 @@ rack_test_2-3:
stage
:
testing
image
:
ruby:2.3-alpine
script
:
-
apk add --update alpine-sdk
-
apk add --update alpine-sdk
mysql-dev
-
bundle install
-
touch .current
-
ruby deployment/create_config.rb > config.yaml
...
...
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