Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
7ac3f9f2
Commit
7ac3f9f2
authored
Aug 01, 2018
by
Zac Wood
Browse files
removed Docker from CI
parent
4f0222a1
Pipeline
#2645
passed with stage
in 2 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7ac3f9f2
#image: docker:stable
stages
:
stages
:
-
test
-
test_api
before_script
:
-
docker info
-
cd schedules_api/
-
docker build . -t schedules_api
schedules_api
:
api
:
stage
:
test
image
:
ruby:2.5
stage
:
test_api
script
:
script
:
-
docker run schedules_api rails test
-
cd schedules_api
-
bundle install
-
rails db:migrate
-
rails test
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