feat: Update ci infos
This commit is contained in:
parent
a060243e99
commit
aa1454719d
|
@ -41,7 +41,6 @@ steps:
|
|||
- name: install submodule
|
||||
image: drone/git
|
||||
commands:
|
||||
- git config --global http.sslverify false
|
||||
- git submodule update --init
|
||||
|
||||
- name: install npm
|
||||
|
@ -87,9 +86,6 @@ image_pull_secrets:
|
|||
- REGISTRY_CONFIG
|
||||
|
||||
volumes:
|
||||
- name: hugo-theme-directus-import_node_modules
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/lestoitsduval/themes/hugo-theme-directus-import
|
||||
- name: hugo-theme-lowtech_node_modules
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/lestoitsduval/themes/hugo-theme-lowtech
|
||||
|
@ -107,7 +103,6 @@ steps:
|
|||
- name: install submodule
|
||||
image: drone/git
|
||||
commands:
|
||||
- git config --global http.sslverify false
|
||||
- git submodule update --init
|
||||
|
||||
- name: install npm
|
||||
|
@ -153,9 +148,6 @@ image_pull_secrets:
|
|||
- REGISTRY_CONFIG
|
||||
|
||||
volumes:
|
||||
- name: hugo-theme-directus-import_node_modules
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/lestoitsduval/themes/hugo-theme-directus-import
|
||||
- name: hugo-theme-lowtech_node_modules
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/lestoitsduval/themes/hugo-theme-lowtech
|
||||
|
|
Loading…
Reference in New Issue