Commit 0d9b2697 authored by dangdoan's avatar dangdoan

fix runner

parent c256aded
Pipeline #12949 canceled with stages
...@@ -43,4 +43,4 @@ deploy: ...@@ -43,4 +43,4 @@ deploy:
only: only:
- release - release
tags: tags:
- test-deploy-1 - chinguyen_nodejs_runner
\ No newline at end of file \ No newline at end of file
...@@ -8,4 +8,4 @@ describe('Testing demo function', () => { ...@@ -8,4 +8,4 @@ describe('Testing demo function', () => {
expect(result).to.eq(input + 2) expect(result).to.eq(input + 2)
}) })
}) })
// //
\ No newline at end of file
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