Skip to content

Commit b5cd226

Browse files
committed
update url information to prevent http 304 redirection
1 parent cbd6b25 commit b5cd226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/gen-swagger-doc/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ COPY gen-swagger-docs.sh build/
3535
# Run the script once to download the dependent java libraries into the image
3636
RUN mkdir -p /output /swagger-source \
3737
&& wget https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/swagger-spec/v1.json -O /swagger-source/v1.json \
38-
&& wget https://raw.githubusercontent.com/GoogleCloudPlatform/kubernetes/master/pkg/api/v1/register.go -O /register.go \
38+
&& wget https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/api/v1/register.go -O /register.go \
3939
&& build/gen-swagger-docs.sh v1 \
4040
&& rm -rf /output/* /swagger-source/* /register.go
4141

hack/lookup_pull.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import urllib2
2222

2323
PULLQUERY=("https://api.github.com/repos/"
24-
"GoogleCloudPlatform/kubernetes/pulls/{pull}")
24+
"kubernetes/kubernetes/pulls/{pull}")
2525
LOGIN="login"
2626
TITLE="title"
2727
USER="user"

0 commit comments

Comments
 (0)