Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9bbf2d2

Browse files
committed
fix
1 parent 5daee2e commit 9bbf2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,6 @@ steps:
240240
branches: "shhs-*"
241241
command:
242242
- "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.7.4 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512"
243-
- "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
243+
- "docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
244244
artifact_paths:
245245
- "docker.tar.gz"

0 commit comments

Comments
 (0)