Skip to content
Snippets Groups Projects
Commit b26fb94d authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

clean unnecessary unset in Dockerfile

parent 9759ad02
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,6 @@ RUN git clone --quiet https://$REPO . && \
RUN rm -rf $GOPATH/src/* && \
unset REPO && \
unset REPO_ALIAS && \
unset COMMIT && \
unset BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment