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

Testing caches

parent a5d1c664
No related branches found
No related tags found
No related merge requests found
Pipeline #4338 passed
......@@ -20,13 +20,14 @@ docker_centos_build:
- cp id_rsa /root/.ssh/id_rsa && chmod 600 /root/.ssh/id_rsa
- ssh-keyscan -H git.mpi-cbg.de >> ~/.ssh/known_hosts
- pwd
- echo "Hello Cache" > /root/openfpm_dependencies/openfpm_pdata/base/test_file
- cat /root/openfpm_dependencies/openfpm_pdata/base/test_file
- mkdir base
- echo "Hello Cache" > base/test_file
- cat base/test_file
# - ./build.sh $CI_PROJECT_DIR unused pdata 0 base &> out
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- /root/openfpm_dependencies/openfpm_pdata/base/
- base/
#centos_build:
# stage: build
......
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