File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ COPY gen-swagger-docs.sh build/
35
35
# Run the script once to download the dependent java libraries into the image
36
36
RUN mkdir -p /output /swagger-source \
37
37
&& 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 \
39
39
&& build/gen-swagger-docs.sh v1 \
40
40
&& rm -rf /output/* /swagger-source/* /register.go
41
41
Original file line number Diff line number Diff line change 21
21
import urllib2
22
22
23
23
PULLQUERY = ("https://api.github.com/repos/"
24
- "GoogleCloudPlatform /kubernetes/pulls/{pull}" )
24
+ "kubernetes /kubernetes/pulls/{pull}" )
25
25
LOGIN = "login"
26
26
TITLE = "title"
27
27
USER = "user"
You can’t perform that action at this time.
0 commit comments