Commit d19188fa authored by hyeryung's avatar hyeryung

-

parent e4e97920
Pipeline #18809 failed with stages
in 1 minute and 58 seconds
...@@ -10,8 +10,6 @@ install: ...@@ -10,8 +10,6 @@ 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
cache: &pull_cache cache: &pull_cache
policy: pull policy: pull
paths: paths:
...@@ -36,8 +34,6 @@ bundle-dev: ...@@ -36,8 +34,6 @@ bundle-dev:
- build/ui-bundle.zip - build/ui-bundle.zip
pages: pages:
stage: deploy stage: deploy
only:
- master@test/antora-ui
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