Skip to content
Snippets Groups Projects
Commit a0964d0f authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

Updated npm job name in gitlab-ci.

parent bb41698b
No related branches found
No related tags found
No related merge requests found
Pipeline #56032 passed
...@@ -38,7 +38,7 @@ lint-test-job: ...@@ -38,7 +38,7 @@ lint-test-job:
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- npm run build - npm run distribute
- echo "BUILD_JOB_ID=$CI_JOB_ID" >> build-job.env - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build-job.env
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment