Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
DockerTest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
Rasha Abu elmagd
DockerTest
Commits
4a758ece
Commit
4a758ece
authored
Mar 04, 2018
by
rasha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change image from docker to node
parent
40d474f5
Pipeline
#19
failed with stages
in 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
4a758ece
image
:
node:
carbon
image
:
node:
latest
stages
:
-
build
...
...
Dockerfile
View file @
4a758ece
# use the latest node LTS release
FROM
node:
carbon
FROM
node:
latest
WORKDIR
/usr/src/app
# copy package.json and package-lock.json and install packages. we do this
...
...
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