Drop non-existant flag
This commit is contained in:
parent
93ffc633f3
commit
389ad9d049
@ -19,8 +19,8 @@ RUN mkdir -p ~/.ssh/
|
|||||||
|
|
||||||
RUN ssh-keyscan -p 2222 git.autonomic.zone > ~/.ssh/known_hosts
|
RUN ssh-keyscan -p 2222 git.autonomic.zone > ~/.ssh/known_hosts
|
||||||
|
|
||||||
RUN ln -srf /usr/bin/jq ~/.abra/vendor
|
RUN ln -sf /usr/bin/jq ~/.abra/vendor
|
||||||
RUN ln -srf /usr/bin/yq ~/.abra/vendor
|
RUN ln -sf /usr/bin/yq ~/.abra/vendor
|
||||||
|
|
||||||
# Note(decentral1se): it is fine to always use the development branch because
|
# Note(decentral1se): it is fine to always use the development branch because
|
||||||
# our Drone CI docker auto-tagger will publish official release tags and
|
# our Drone CI docker auto-tagger will publish official release tags and
|
||||||
|
Loading…
Reference in New Issue
Block a user