Skip to content
Snippets Groups Projects
Commit d79e49b1 authored by Lukas Werner's avatar Lukas Werner
Browse files

Fixed runuser in config.sh

parent a2fe34c0
Branches
No related merge requests found
......@@ -5,7 +5,7 @@ shopt -s inherit_errexit
: "${CUSTOM_ENV_AUTH_USER:?"AUTH_USER CI/CD variable has not been set."}"
: "${CUSTOM_ENV_CI_CONCURRENT_PROJECT_ID:?"CI_CONCURRENT_PROJECT_ID CI/CD variable has not been set."}"
AUTH_USER_WORK=$(runuser "$CUSTOM_ENV_AUTH_USER" --command "echo \$WORK")
AUTH_USER_WORK=$(runuser --login "$CUSTOM_ENV_AUTH_USER" --command "echo \$WORK")
cat << EOS
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment