Compare commits

...

2 Commits

Author SHA1 Message Date
Simon 22c4a42f8a feat(Drone): Séparation des dossiers de cache
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-02-25 11:38:28 +01:00
Simon b687c0465e feat(Drone): Suppression de la limitation arm 2023-02-25 11:38:08 +01:00
1 changed files with 2 additions and 10 deletions

View File

@ -39,10 +39,6 @@ kind: pipeline
type: docker type: docker
name: prod name: prod
platform:
os: linux
arch: arm64
steps: steps:
- name: install submodule - name: install submodule
image: drone/git image: drone/git
@ -113,10 +109,6 @@ kind: pipeline
type: docker type: docker
name: staging name: staging
platform:
os: linux
arch: arm64
steps: steps:
- name: install submodule - name: install submodule
image: drone/git image: drone/git
@ -166,7 +158,7 @@ steps:
volumes: volumes:
- name: hugo-theme-lowtech_node_modules - name: hugo-theme-lowtech_node_modules
host: host:
path: /tmp/drone/cache/weko/cremeaux/themes/hugo-theme-lowtech path: /tmp/drone/cache/weko/staging.cremeaux/themes/hugo-theme-lowtech
- name: hugo-resources - name: hugo-resources
host: host:
path: /tmp/drone/cache/weko/cremeaux/resources path: /tmp/drone/cache/weko/staging.cremeaux/resources