Skip to content
Snippets Groups Projects
Commit c201aa35 authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Use the collabora/production branch for aptly

parent 7f373e09
No related branches found
No related tags found
2 merge requests!41Use the collabora/production branch for aptly,!40Use the collabora/production branch for aptly
Pipeline #41692 passed
...@@ -17,7 +17,7 @@ RUN apt-get update && \ ...@@ -17,7 +17,7 @@ RUN apt-get update && \
golang-go \ golang-go \
libc6-dev libc6-dev
RUN git clone https://gitlab.collabora.com/obs/aptly.git $GOPATH/src/gitlab.collabora.com/obs/aptly \ RUN git clone -b collabora/production https://gitlab.collabora.com/obs/aptly.git $GOPATH/src/gitlab.collabora.com/obs/aptly \
&& cd $GOPATH/src/gitlab.collabora.com/obs/aptly \ && cd $GOPATH/src/gitlab.collabora.com/obs/aptly \
&& make install && make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment