1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00

[Buildkite] Fine-grained control of build steps for agent allocation ()

This commit is contained in:
Amir Zarrinkafsh 2020-04-08 11:31:33 +10:00 committed by GitHub
parent bb07f432ab
commit 13712d0f36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ EOF
fi
cat << EOF
agents:
build: "true"
build: "${BUILD_OS}-${BUILD_ARCH}"
artifact_paths:
EOF
if [[ "${BUILD_OS}" == "linux" ]]; then