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

Workbench: Remove PDM.

I've had enough for today.
parent 361ea15c
Branches
No related tags found
No related merge requests found
Pipeline #3538 passed
...@@ -232,8 +232,6 @@ RUN apt-get update && \ ...@@ -232,8 +232,6 @@ RUN apt-get update && \
&& \ && \
pipx install chalice && \ pipx install chalice && \
pipx install curator-opensearch && \ pipx install curator-opensearch && \
pipx install 'pdm>=2' && \
pipx inject pdm pdm-packer && \
npm install --global \ npm install --global \
corepack \ corepack \
@playwright/test \ @playwright/test \
...@@ -271,7 +269,6 @@ RUN apt-get update && \ ...@@ -271,7 +269,6 @@ RUN apt-get update && \
fab --print-completion-script bash > /etc/bash_completion.d/fabric && \ fab --print-completion-script bash > /etc/bash_completion.d/fabric && \
helm completion bash > /etc/bash_completion.d/helm && \ helm completion bash > /etc/bash_completion.d/helm && \
semver-bump completion bash > /etc/bash_completion.d/semver-bump && \ semver-bump completion bash > /etc/bash_completion.d/semver-bump && \
pdm completion bash > /etc/bash_completion.d/pdm && \
kompose completion bash > /etc/bash_completion.d/kompose && \ kompose completion bash > /etc/bash_completion.d/kompose && \
skaffold completion bash > /etc/bash_completion.d/skaffold && \ skaffold completion bash > /etc/bash_completion.d/skaffold && \
kustomize completion bash > /etc/bash_completion.d/kustomize && \ kustomize completion bash > /etc/bash_completion.d/kustomize && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment