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:
- docker build --pull -t $CONTAINER_TEST_IMAGE .
- docker push $CONTAINER_TEST_IMAGE
pack:
stage: build
image: node:14-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
#pack:
# stage: build
# image: node:14-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
......
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