diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 1696684fa..656c55746 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -402,7 +402,7 @@ steps: label: ":podman: Podman" commands: - sudo ./test/podman/run.sh - - sudo -E RUNTIME_ARGS=--directfs ./test/podman/run.sh + - sudo RUNTIME_ARGS=--directfs ./test/podman/run.sh agents: <<: *ubuntu_agents cgroup: "v2"