We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ef9b6 commit a1b41aaCopy full SHA for a1b41aa
Makefile
@@ -130,9 +130,8 @@ test: check build_protobuf
130
.PHONY: test_integration
131
test_integration: check build_protobuf
132
@go test -v -tags integration ./... ${GOPACKAGES_NOVENDOR}
133
- @integration/test_aws.sh
134
@integration/test_gcp.sh
135
-
+ @integration/test_aws.sh
136
137
# Clean Up
138
integration/test_gcp.sh
@@ -3,7 +3,6 @@
3
# Requires:
4
# - Docker compose
5
# - jq
6
-# - AWS CLI with credentials configured with access to S3_BUCKET specified below
7
8
if [[ "$(which gcloud)" == "" || "$(which gsutil)" == "" ]]
9
then
0 commit comments