Commit 1acebb86 authored by nanahira's avatar nanahira

remove pack

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