Commit c256aded authored by dangdoan's avatar dangdoan

test

parent c52d945e
Pipeline #12947 canceled with stages
...@@ -18,7 +18,7 @@ build: ...@@ -18,7 +18,7 @@ build:
only: only:
- release - release
tags: tags:
- runner-builder - chinguyen_nodejs_runner
deploy: deploy:
stage: deploy stage: deploy
...@@ -43,4 +43,4 @@ deploy: ...@@ -43,4 +43,4 @@ deploy:
only: only:
- release - release
tags: tags:
- asset-ci-cd - test-deploy-1
\ No newline at end of file \ No newline at end of file
...@@ -8,3 +8,4 @@ describe('Testing demo function', () => { ...@@ -8,3 +8,4 @@ describe('Testing demo function', () => {
expect(result).to.eq(input + 2) expect(result).to.eq(input + 2)
}) })
}) })
//
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment