Skip to content
Snippets Groups Projects
Commit 6baf3a44 authored by Alexey Kuklin's avatar Alexey Kuklin
Browse files

env vars

parent 50c6a3e0
No related branches found
No related tags found
No related merge requests found
Pipeline #36160 passed with stages
in 31 seconds
...@@ -5,6 +5,9 @@ RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecge ...@@ -5,6 +5,9 @@ RUN go get -u github.com/golang/dep/cmd/dep github.com/ugorji/go/codec/codecge
&& apt-get update && apt-get install -y libgs-dev ghostscript \ && apt-get update && apt-get install -y libgs-dev ghostscript \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV GOPATH /srv/
ENV PATH "$PATH:/srv/bin/"
ONBUILD ARG GITLAB_LOGIN ONBUILD ARG GITLAB_LOGIN
ONBUILD ARG GITLAB_PASSWORD ONBUILD ARG GITLAB_PASSWORD
......
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