Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
schedules
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
schedules
Commits
04b7bf3c
Commit
04b7bf3c
authored
Dec 17, 2018
by
Zac Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
schedules/Dockerfile
schedules/Dockerfile
+1
-0
No files found.
.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