We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e91700 commit 9aa4d1fCopy full SHA for 9aa4d1f
buildkite/src/Command/Packages/Publish.dhall
@@ -168,7 +168,7 @@ let publish
168
++ ". ./buildkite/scripts/export-git-env-vars.sh && "
169
++ " gpg --import /var/secrets/debian/key.gpg && "
170
++ " mkdir -p ./cache && "
171
- ++ "DEBIAN_CACHE_FOLDER=./cache ./buildkite/scripts/release/manager.sh publish "
+ ++ "DEBIAN_CACHE_FOLDER=/workdir/cache ./buildkite/scripts/release/manager.sh publish "
172
++ "--artifacts ${artifacts} "
173
++ "--networks ${networks} "
174
++ "--buildkite-build-id \"0197e119-c5e7-4185-9fb5-03d2776ca51a\" "
0 commit comments