Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
chinguyen_nodejs_managestudents
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
1
Merge Requests
1
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
chinguyen
chinguyen_nodejs_managestudents
Commits
c256aded
Commit
c256aded
authored
Feb 15, 2022
by
dangdoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
c52d945e
Pipeline
#12947
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
index.ts
test/index.ts
+1
-0
No files found.
.gitlab-ci.yml
View file @
c256aded
...
...
@@ -18,7 +18,7 @@ build:
only
:
-
release
tags
:
-
runner-build
er
-
chinguyen_nodejs_runn
er
deploy
:
stage
:
deploy
...
...
@@ -43,4 +43,4 @@ deploy:
only
:
-
release
tags
:
-
asset-ci-cd
\ No newline at end of file
-
test-deploy-1
\ No newline at end of file
test/index.ts
View file @
c256aded
...
...
@@ -8,3 +8,4 @@ describe('Testing demo function', () => {
expect
(
result
).
to
.
eq
(
input
+
2
)
})
})
//
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