Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
강동현
2021-06-03 14:07:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
92afe3eef600a3611c07a4616aa723d9e245c8b8
92afe3ee
1 parent
08dc3c95
Builds for 1 pipeline
failed
in 1 minute 39 seconds
Pipeline 수정
Changes
1
Builds
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
92afe3e
image
:
node:14-alpine
stages
:
-
init
-
build
-
test
Build Server
:
stage
:
build
before_script
:
-
cd server
-
cd common
-
yarn install
-
cd ../server
-
yarn install
script
:
-
yarn build
...
...
Please
register
or
login
to post a comment