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: ...@@ -10,6 +10,8 @@ install:
npm install --quiet --no-progress --cache=.cache/npm npm install --quiet --no-progress --cache=.cache/npm
bundle-stable: bundle-stable:
stage: deploy stage: deploy
only:
- master@test/antora-ui-default-test
cache: &pull_cache cache: &pull_cache
policy: pull policy: pull
paths: paths:
...@@ -34,6 +36,8 @@ bundle-dev: ...@@ -34,6 +36,8 @@ bundle-dev:
- build/ui-bundle.zip - build/ui-bundle.zip
pages: pages:
stage: deploy stage: deploy
only:
- master@test/antora-ui-default-test
cache: *pull_cache cache: *pull_cache
script: script:
- *npm_install - *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