Skip to content

Commit

Permalink
Ignore more variables
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 11, 2024
1 parent 53bbda6 commit 4f6a170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ while true; do
# shellcheck disable=SC2163 # We want to expand the variable
printf '%s\n' "$varset" >> "${RUNNER_ENVIRONMENT}/${id}.env"
done <<EOF
$(set | grep '^RUNNER_' | grep -v -e '^RUNNER_ROOTDIR' -e '^RUNNER_ENVIRONMENT')
$(set | grep '^RUNNER_' | grep -vE '(ROOTDIR|ENVIRONMENT|NAME|MOUNT)')
EOF

set -- -E "/_environment/${id}.env"
Expand Down

0 comments on commit 4f6a170

Please sign in to comment.