Skip to content

Commit

Permalink
[drone] making both the version 1.0.0 and 0.8.6 avilable and creating…
Browse files Browse the repository at this point in the history
… soft link to latest
  • Loading branch information
prabdeb authored and marsavela committed Dec 14, 2018
1 parent 886574e commit b307c66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ RUN echo "Install apps (with pinned version) that are not provided by the OS pac
chmod a+x direnv && mv direnv /usr/local/bin && \
echo "Install drone-cli." && \
curl -sSL https://github.com/drone/drone-cli/releases/download/v0.8.6/drone_linux_amd64.tar.gz | tar xz && \
chmod a+x drone && mv drone /usr/local/bin && \
chmod a+x drone && mv drone /usr/local/bin/drone-0.8.6 && \
curl -sSL https://github.com/drone/drone-cli/releases/download/v1.0.0/drone_linux_amd64.tar.gz | tar xz && \
chmod a+x drone && mv drone /usr/local/bin/drone-1.0.0 && \
ln -s /usr/local/bin/drone-1.0.0 /usr/local/bin/drone && \
echo "Install easy-rsa." && \
curl -sSL https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.5/EasyRSA-nix-3.0.5.tgz | tar xz && \
chmod a+x EasyRSA-* && mv EasyRSA-* /usr/local/bin/easyrsa && \
Expand Down

0 comments on commit b307c66

Please sign in to comment.