Commit ff23cf38 authored by nanahira's avatar nanahira

no pack

parent 23530c66
Pipeline #2004 passed with stages
in 6 minutes
...@@ -17,20 +17,20 @@ docker: ...@@ -17,20 +17,20 @@ docker:
- docker build --pull -t $CONTAINER_TEST_IMAGE . - docker build --pull -t $CONTAINER_TEST_IMAGE .
- docker push $CONTAINER_TEST_IMAGE - docker push $CONTAINER_TEST_IMAGE
pack: #pack:
stage: build # stage: build
image: node:14-buster-slim # image: node:14-buster-slim
tags: # tags:
- linux # - linux
dependencies: [] # dependencies: []
artifacts: # artifacts:
paths: # paths:
- dist/ # - dist/
script: # script:
- apt update && apt -y install python3 build-essential # - apt update && apt -y install python3 build-essential
- npm ci # - npm ci
- npm run build # - npm run build
- npm run pack # - npm run pack
deploy_latest: deploy_latest:
stage: deploy stage: deploy
......
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