Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
Bigstream Token Generator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Krit Punpreuk
Bigstream Token Generator
Commits
ac957e51
Commit
ac957e51
authored
Nov 21, 2019
by
Krit Punpreuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml, package.json files
parent
87e79cc0
Pipeline
#72
failed with stages
in 23 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
1 deletion
+36
-1
.gitlab-ci.yml
.gitlab-ci.yml
+34
-0
package.json
package.json
+2
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
ac957e51
image
:
node:8.16.2-alpine
cache
:
key
:
node_modules
paths
:
-
node_modules
stages
:
-
install
-
build
install
:
stage
:
install
only
:
-
master
script
:
-
npm install
artifacts
:
paths
:
-
node_modules
tags
:
-
docker
build
:
stage
:
build
only
:
-
master
script
:
-
npm start
artifacts
:
paths
:
-
node_modules
tags
:
-
docker
package.json
View file @
ac957e51
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
"description"
:
"bigstream token generator service"
,
"description"
:
"bigstream token generator service"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
"test"
:
"node index.js"
"test"
:
"node index.js"
,
"start"
"node index.js"
},
},
"author"
:
"Krit P."
,
"author"
:
"Krit P."
,
"license"
:
"ISC"
,
"license"
:
"ISC"
,
...
...
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