Skip to content

Commit

Permalink
Merge pull request #808 from msuozzo/patch-2
Browse files Browse the repository at this point in the history
Propagate env vars to sudo invocations.
  • Loading branch information
jinglundong authored Oct 26, 2022
2 parents b39744e + f012948 commit 2bd3b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/runtime_builders/template_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ fi
source "$KOKORO_GFILE_DIR/common.sh"

cd github
yes | sudo pip3 install ruamel.yaml
yes | sudo -E pip3 install ruamel.yaml
python3 runtimes-common/appengine/runtime_builders/template_builder.py -f "${KOKORO_GFILE_DIR}/${CONFIG_FILE}"

0 comments on commit 2bd3b84

Please sign in to comment.