Skip to content
Snippets Groups Projects
Commit 1a21b676 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Missing variable

parent aa1cff80
No related branches found
No related tags found
No related merge requests found
Pipeline #204014 failed
......@@ -25,6 +25,8 @@ if [ "$accelerator" != "none" ]
then
export acc_type=$(echo $env_json | jq -Mrc '.accelerator.type')
export acc_arch=$(echo $env_json | jq -Mrc '.accelerator.arch')
else
export acc_arch="none"
fi
echo "STACK_CONFIG_PATH: ${STACK_CONFIG_PATH}"
......
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