Commit 659c3375 authored by hyeryung's avatar hyeryung

-

parent d19188fa
Pipeline #18811 failed with stages
in 3 minutes and 29 seconds
......@@ -10,6 +10,8 @@ install:
npm install --quiet --no-progress --cache=.cache/npm
bundle-stable:
stage: deploy
only:
- master@test/antora-ui-default-test
cache: &pull_cache
policy: pull
paths:
......@@ -34,6 +36,8 @@ bundle-dev:
- build/ui-bundle.zip
pages:
stage: deploy
only:
- master@test/antora-ui-default-test
cache: *pull_cache
script:
- *npm_install
......
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