diff --git a/k8s/argo-workflows/miroir-release.yaml b/k8s/argo-workflows/miroir-release.yaml index f198169..29f1588 100644 --- a/k8s/argo-workflows/miroir-release.yaml +++ b/k8s/argo-workflows/miroir-release.yaml @@ -101,6 +101,9 @@ spec: set -e TAG="{{inputs.parameters.tag}}" + # Ensure PATH includes cargo + export PATH="/usr/local/cargo/bin:$PATH" + # Clone the repo at the tag to workspace for sharing with later steps git clone --depth 1 --branch "$TAG" https://github.com/jedarden/miroir.git /workspace/src cd /workspace/src