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 ed4e86a commit 08ae89dCopy full SHA for 08ae89d
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