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

testing

parent ba70e108
No related branches found
No related tags found
No related merge requests found
Pipeline #587038 failed
......@@ -50,12 +50,12 @@ build_server_image:
variables:
DOCKER_HOST: tcp://dockerdaemon:2375/
DOCKER_DRIVER: overlay2
# only rebuild the container if relevant files changed
# only:
# changes:
# - "Dockerfile"
# - "package.json"
# - "src/**/*"
only rebuild the container if relevant files changed
only:
changes:
- "Dockerfile"
- "package.json"
- "src/**/*"
script:
- echo "$CI_REGISTRY_PASSWORD" |
docker login
......@@ -94,6 +94,7 @@ extract_frontend:
<<: *build_files_cache
script:
- cd $TEST_IMAGE_WORKDIR
- 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