Skip to content

Commit 9aa4d1f

Browse files
committed
use /workdir/cache as cache folder
1 parent 3e91700 commit 9aa4d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/src/Command/Packages/Publish.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ let publish
168168
++ ". ./buildkite/scripts/export-git-env-vars.sh && "
169169
++ " gpg --import /var/secrets/debian/key.gpg && "
170170
++ " mkdir -p ./cache && "
171-
++ "DEBIAN_CACHE_FOLDER=./cache ./buildkite/scripts/release/manager.sh publish "
171+
++ "DEBIAN_CACHE_FOLDER=/workdir/cache ./buildkite/scripts/release/manager.sh publish "
172172
++ "--artifacts ${artifacts} "
173173
++ "--networks ${networks} "
174174
++ "--buildkite-build-id \"0197e119-c5e7-4185-9fb5-03d2776ca51a\" "

0 commit comments

Comments
 (0)