Commit a740324e authored by zhaoxuanchao's avatar zhaoxuanchao
Browse files
parents 6b75466c f9c025a3
Pipeline #2572 passed with stages
in 4 minutes and 36 seconds
...@@ -20,7 +20,6 @@ install_dependencies: ...@@ -20,7 +20,6 @@ install_dependencies:
.build_job: .build_job:
stage: build stage: build
image: node:12
script: script:
- echo "build" - echo "build"
- yarn build - yarn build
...@@ -36,10 +35,5 @@ build_1: ...@@ -36,10 +35,5 @@ build_1:
build_2: build_2:
extends: .build_job extends: .build_job
build_3:
extends: .build_job
build_4:
extends: .build_job
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