Skip to content

Commit 9174b89

Browse files
author
Michael Sauter
committed
Go back to previous directory
1 parent a1fb0c2 commit 9174b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-slaves/golang/Dockerfile.rhel7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN cd /tmp && \
88
curl -LO https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz && \
99
tar -C /usr/local -xzf go$GO_VERSION.linux-amd64.tar.gz && \
1010
rm -f *.tar.gz && \
11-
cd && \
11+
cd - && \
1212
mkdir /go
1313

1414
ENV PATH $PATH:/usr/local/go/bin

0 commit comments

Comments
 (0)