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
04b7bf3c
Commit
04b7bf3c
authored
Dec 17, 2018
by
Zac Wood
Browse files
yarn install on CI
parent
7361194d
Pipeline
#3512
passed with stages
in 28 minutes and 17 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
04b7bf3c
...
...
@@ -8,6 +8,7 @@ test:
script
:
-
cd schedules
-
bundle install
-
yarn install
-
rails db:migrate
-
rails test
-
rubocop
...
...
schedules/Dockerfile
View file @
04b7bf3c
...
...
@@ -9,6 +9,7 @@ EXPOSE 3000
ENV
RAILS_ENV production
RUN
bundle
install
RUN
yarn
install
RUN
export
SECRET_KEY_BASE
=
$(
rails secret
)
RUN
rails assets:precompile
RUN
rails db:migrate
...
...
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