Skip to content
Snippets Groups Projects
Commit 2e6fc4c9 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Testing caches

parent d814d0a4
No related branches found
No related tags found
No related merge requests found
Pipeline #4334 failed
......@@ -19,7 +19,9 @@ docker_centos_build:
- cp id_rsa.pub /root/.ssh/id_rsa.pub && chmod 644 /root/.ssh/id_rsa.pub
- cp id_rsa /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa
- ssh-keyscan -H git.mpi-cbg.de >> ~/.ssh/known_hosts
- ./build.sh $CI_PROJECT_DIR unused pdata 0 base
- cat /root/openfpm_dependencies/openfpm_pdata/base/test_file
- echo "Hello Cache" > /root/openfpm_dependencies/openfpm_pdata/base/test_file
# - ./build.sh $CI_PROJECT_DIR unused pdata 0 base &> out
cache:
key: $CI_COMMIT_REF_SLUG
paths:
......
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