Skip to content
Snippets Groups Projects
Commit 4a1b5c3c authored by Jens Georg's avatar Jens Georg
Browse files

Fix typo in buildDoocsTargetConfig

parent a7d6923c
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def transformIntoStep(String buildName) {
if [ "${label}" == "bionic" ]; then
DOOCSARCH=Ubuntu-18.04-x86_64
fi
if [ "${label]" == "focal" ]; then
if [ "${label}" == "focal" ]; then
DOOCSARCH=Ubuntu-20.04-x86_64
fi
echo "export DOOCSARCH=\${DOOCSARCH}" > /export/doocs/doocsarch.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment