diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d500028728280826e485d7338b7f92c35d56d525..a98989c9984bcbdc269c989de46b6b872d35d500 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +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 - - cat /root/openfpm_dependencies/openfpm_pdata/base/test_file + - pwd - echo "Hello Cache" > /root/openfpm_dependencies/openfpm_pdata/base/test_file + - cat /root/openfpm_dependencies/openfpm_pdata/base/test_file # - ./build.sh $CI_PROJECT_DIR unused pdata 0 base &> out cache: key: $CI_COMMIT_REF_SLUG