check caching file paths logic
This commit is contained in:
parent
8351c9850a
commit
1eaf1aef5e
@ -10,6 +10,7 @@ deploy:
|
|||||||
variables:
|
variables:
|
||||||
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
|
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
|
||||||
script:
|
script:
|
||||||
|
- cat .tmp/hello-world.txt || true
|
||||||
- mkdir -p .tmp
|
- mkdir -p .tmp
|
||||||
- ls -al /tmp
|
- ls -al /tmp
|
||||||
- echo `pwd`
|
- echo `pwd`
|
||||||
@ -24,6 +25,7 @@ deploy:
|
|||||||
- ls -al `pwd`/.gradle
|
- ls -al `pwd`/.gradle
|
||||||
- du -sh `pwd`/.gradle/* | sort -h
|
- du -sh `pwd`/.gradle/* | sort -h
|
||||||
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
|
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
|
||||||
|
- echo "hello-world" > .tmp/hello-world.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
dotenv: version.env
|
dotenv: version.env
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user