Skip to content
Snippets Groups Projects
Unverified Commit 58ce135a authored by Mael Gaonach's avatar Mael Gaonach
Browse files

try with pull-push

parent 90d93d50
No related branches found
No related tags found
3 merge requests!12Resolve "Add the "data portal" into the project",!11Resolve "Publish docker images and tune nginx conf",!9Resolve "Containerize the app"
Pipeline #112375 passed
......@@ -10,21 +10,21 @@ stages:
key: '$CI_COMMIT_REF_SLUG'
paths:
- .pnpm-store
policy: pull
policy: pull-push
before_script:
- pnpm config set store-dir .pnpm-store
- pnpm install
needs: [install:pnpm]
install:pnpm:
extends: .pnpm
stage: prepare
needs: []
cache:
<<: *cache
policy: pull-push
script:
- pnpm install
# install:pnpm:
# extends: .pnpm
# stage: prepare
# needs: []
# cache:
# <<: *cache
# policy: pull-push
# script:
# - pnpm install
include:
- local: '.gitlab/*.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment