Skip to content
Snippets Groups Projects
Commit 805ebecb authored by Kai Oliver Meister's avatar Kai Oliver Meister :cow2:
Browse files

testing

parent 8dd8d699
No related branches found
No related tags found
No related merge requests found
Pipeline #587044 failed
......@@ -22,9 +22,9 @@ cache: &global_cache
cache:
key: "build_files_cache"
paths:
- "./build/"
- "./.svelte-kit/"
- "./node_modules/"
- "build/"
- ".svelte-kit/"
- "node_modules/"
.install_docker-compose: &install_docker-compose
......@@ -93,7 +93,7 @@ extract_frontend:
image: $TEST_IMAGE
<<: *build_files_cache
script:
- cd "$TEST_IMAGE_WORKDIR"
- mv $TEST_IMAGE_WORKDIR/build/ .
- ls -la
- echo "Extracting build files from Image into the cache..."
interruptible: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment