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 (#835)
This commit is contained in:
parent
bb07f432ab
commit
13712d0f36
|
@ -18,7 +18,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
cat << EOF
|
cat << EOF
|
||||||
agents:
|
agents:
|
||||||
build: "true"
|
build: "${BUILD_OS}-${BUILD_ARCH}"
|
||||||
artifact_paths:
|
artifact_paths:
|
||||||
EOF
|
EOF
|
||||||
if [[ "${BUILD_OS}" == "linux" ]]; then
|
if [[ "${BUILD_OS}" == "linux" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user