Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
shrimali_clcloud
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
shrimali_cl_cloud
shrimali_clcloud
Commits
140ee488
Commit
140ee488
authored
Nov 04, 2022
by
D.M.S Senevirathna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
71af15d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.gitlab-ci.yml
.gitlab-ci.yml
+5
-1
No files found.
.gitlab-ci.yml
View file @
140ee488
image
:
node:latest
stages
:
-
build
-
test
-
build
-
deploy_dev
-
deploy_qa
-
deploy_stg
...
...
@@ -19,11 +19,15 @@ Test:
stage
:
test
script
:
-
npm test
dependencies
:
-
Test
allow_failure
:
false
tags
:
-
aws, clcloud, linux
Build
:
stage
:
build
allow_failure
:
false
script
:
-
npm build
tags
:
...
...
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