[Buildkite] Fix agent key allocation for build step (#624)

pull/627/head
Amir Zarrinkafsh 2020-02-06 19:18:56 +11:00 committed by GitHub
parent 915b6b5436
commit 5588014ea7
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,6 @@ steps:
- label: ":docker: Image Builds"
command: ".buildkite/steps/buildimages.sh | buildkite-agent pipeline upload"
agents:
build: "true"
depends_on: ~
- wait

View File

@ -6,6 +6,8 @@ do
echo " - label: \":docker: Build Image [${BUILD_ARCH}]\""
echo " commands:"
echo " - \"authelia-scripts docker build --arch=${BUILD_ARCH}\""
echo " agents:"
echo " build: \"true\""
echo " artifact_paths:"
echo " - \"authelia-image-${BUILD_ARCH}.tar.zst\""
echo " - \"authelia-linux-${BUILD_ARCH}.tar.gz\""