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 78c07ab commit 0b428ccCopy full SHA for 0b428cc
jobs/scripts/common/get-node.sh
@@ -11,7 +11,7 @@ client:
11
key: ${CICO_API_KEY}
12
EOF
13
14
-if [[ "${JOB_NAME}" =~ rpms ]]; then
+if [[ "${JOB_NAME}" =~ rpms|containers ]]; then
15
POOL_MATCH="^(virt-ec2)(.*)(centos-${CENTOS_VERSION}-${OS_ARCH})$"
16
else
17
POOL_MATCH="^(metal-ec2)(.*)(centos-${CENTOS_VERSION}-${OS_ARCH})$"
0 commit comments