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

Update config.sh

parent d3fdfa2d
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 "$AUTH_USER" --command "echo \$WORK")
AUTH_USER_WORK=$(runuser "$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