Skip to content
Snippets Groups Projects
Commit 25b64c51 authored by Ole Langbehn's avatar Ole Langbehn
Browse files

Merge branch 'main' into production

parents a71a2c7d bfa3237d
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,7 @@ stages:
install_dependencies:
stage: install_dependencies
image:
name: 'node:18.16.0'
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:18.16.0'
cache:
key: $CI_COMMIT_REF_SLUG
paths:
......@@ -37,8 +36,7 @@ test:
- node_modules
- .yarn/
policy: pull
image:
name: 'node:18.16.0'
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:18.16.0'
script:
- yarn test
......@@ -50,8 +48,7 @@ build:
- node_modules
- .yarn/
policy: pull
image:
name: 'node:18.16.0'
image: 'europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node:18.16.0'
script:
- yarn build
artifacts:
......
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