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

Automaticcaly get GPG_KEY_ID

parent 7a22feea
No related branches found
No related tags found
1 merge request!5Adding nvhpc to kuma
......@@ -29,6 +29,13 @@ else
export acc_type="none"
fi
set +u
if [ "x$GPG_KEY_ID" == "x" ]
then
export GPG_KEY_ID=$(gpg --show-keys $GPG_PRIVATE_KEY 2> /dev/null | head -n 2 | tail -1)
fi
set -u
echo "STACK_CONFIG_PATH: ${STACK_CONFIG_PATH}"
echo "STACK_CONFIG: ${STACK_CONFIG}"
echo "SPACK_VERSION: ${SPACK_VERSION}"
......
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