Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pubsweet-starter
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pubsweet
pubsweet-starter
Commits
2936e3b8
Commit
2936e3b8
authored
5 years ago
by
Jure
Browse files
Options
Downloads
Patches
Plain Diff
ci: do things within a new directory
parent
a5026c84
No related branches found
No related tags found
1 merge request
!56
ci: use node:12 as base
Pipeline
#13307
failed with stages
in 11 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-0
4 additions, 0 deletions
Dockerfile
with
4 additions
and
0 deletions
Dockerfile
+
4
−
0
View file @
2936e3b8
FROM
node:12
ENV
HOME "/home/pubsweet"
RUN
mkdir
-p
${
HOME
}
WORKDIR
${HOME}
# Install chrome and firefox
RUN
curl
-sL
http://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN
echo
'deb http://dl.google.com/linux/chrome/deb/ stable main'
>>
/etc/apt/sources.list.d/google.list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment