diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 257b1dd..1a1d8ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ deploy: variables: TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID} script: + - cat .tmp/hello-world.txt || true - mkdir -p .tmp - ls -al /tmp - echo `pwd` @@ -24,6 +25,7 @@ deploy: - ls -al `pwd`/.gradle - du -sh `pwd`/.gradle/* | sort -h - mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true + - echo "hello-world" > .tmp/hello-world.txt artifacts: reports: dotenv: version.env