Skip to content

Commit

Permalink
Automator: update common-files@master in istio/proxy@master (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Oct 15, 2020
1 parent cc89e66 commit f478bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fbf0ee9a2ddc754e7df7071bbc249736cd42807d
ae64aa1f1433ead3d228dcb2db18bff90e2c05f1
4 changes: 2 additions & 2 deletions common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi

# Build image to use
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
export IMAGE_VERSION=master-2020-10-15T14-31-45
export IMAGE_VERSION=master-2020-10-15T20-33-46
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
export IMAGE_NAME=build-tools
Expand Down Expand Up @@ -110,7 +110,7 @@ if [[ -f "${HOME}/.gitconfig" ]]; then
fi

# .netrc conditional host mount (needed for git commands inside container)
if [[ -f "${HOME}/.gitconfig" ]]; then
if [[ -f "${HOME}/.netrc" ]]; then
CONDITIONAL_HOST_MOUNTS+="--mount type=bind,source=${HOME}/.netrc,destination=/home/.netrc,readonly "
fi

Expand Down

0 comments on commit f478bcf

Please sign in to comment.