Skip to content
Snippets Groups Projects
Commit 8c2f555b authored by nimrod's avatar nimrod
Browse files

Remove broken Bash completions.

parent e874dea7
No related branches found
No related tags found
No related merge requests found
Pipeline #3151 passed
...@@ -256,7 +256,7 @@ RUN apt-get update && \ ...@@ -256,7 +256,7 @@ RUN apt-get update && \
install -o root -g root -m 0755 /tmp/rke /usr/local/bin/rke && \ install -o root -g root -m 0755 /tmp/rke /usr/local/bin/rke && \
_PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \ _PIPENV_COMPLETE=bash_source pipenv > /etc/bash_completion.d/pipenv && \
rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \ rabbitmqadmin --bash-completion > /etc/bash_completion.d/rabbitmqadmin && \
poetry completions bash > /etc/bash_completion.d/poetry && \ #poetry completions bash > /etc/bash_completion.d/poetry && \
register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \ register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \
invoke --print-completion-script bash > /etc/bash_completion.d/invoke && \ invoke --print-completion-script bash > /etc/bash_completion.d/invoke && \
fab --print-completion-script bash > /etc/bash_completion.d/fabric && \ fab --print-completion-script bash > /etc/bash_completion.d/fabric && \
...@@ -270,7 +270,7 @@ RUN apt-get update && \ ...@@ -270,7 +270,7 @@ RUN apt-get update && \
wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \ wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -qO /etc/bash_completion.d/molecule && \
wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \ wget https://github.com/mrolli/packer-bash-completion/raw/master/packer -qO /etc/bash_completion.d/packer && \
wget https://raw.githubusercontent.com/dsifford/yarn-completion/v0.17.0/yarn-completion.bash -qO /etc/bash_completion.d/yarn && \ wget https://raw.githubusercontent.com/dsifford/yarn-completion/v0.17.0/yarn-completion.bash -qO /etc/bash_completion.d/yarn && \
wget https://raw.githubusercontent.com/ziglang/shell-completions/master/_zig -qO /etc/bash_completion.d/zig && \ #wget https://raw.githubusercontent.com/ziglang/shell-completions/master/_zig -qO /etc/bash_completion.d/zig && \
git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \ git clone https://github.com/asdf-vm/asdf.git /opt/asdf && \
ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \ ln --symbolic --target /etc/profile.d/ /opt/asdf/asdf.sh && \
ln --symbolic /opt/asdf/completions/asdf.bash /etc/bash_completion.d/asdf && \ ln --symbolic /opt/asdf/completions/asdf.bash /etc/bash_completion.d/asdf && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment