Skip to content

Commit

Permalink
Automator: update common-files@master in istio/proxy@master (istio#3078)
Browse files Browse the repository at this point in the history
  • Loading branch information
istio-testing authored Nov 3, 2020
1 parent 6bc8d61 commit 421a72b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deca53a63824d957f0e42c354eeb5cf510bd2dd1
02d938cc4e1121567f67a39399386d4f58a83186
3 changes: 2 additions & 1 deletion common/config/.golangci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ service:
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m

build-tags:
- integ
# which dirs to skip: they won't be analyzed;
# can use regexp here: generated.*, regexp is applied on full path;
# default value is empty list, but next dirs are always skipped independently
Expand Down
3 changes: 2 additions & 1 deletion common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ service:
run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
deadline: 20m

build-tags:
- integ
# which dirs to skip: they won't be analyzed;
# can use regexp here: generated.*, regexp is applied on full path;
# default value is empty list, but next dirs are always skipped independently
Expand Down
2 changes: 1 addition & 1 deletion 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-26T17-20-43
export IMAGE_VERSION=master-2020-10-31T05-33-08
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
export IMAGE_NAME=build-tools
Expand Down

0 comments on commit 421a72b

Please sign in to comment.