summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber H. Brown <hawkowl@atleastfornow.net>2019-07-17 04:46:20 +1000
committerAmber H. Brown <hawkowl@atleastfornow.net>2019-07-17 04:46:20 +1000
commit9bbf2d23c4bdfc4bd3816a03f4e946347fd5bebf (patch)
tree6b06e598ed69fba29b51f8b3dbfd5f12d71e05bc
parentfix (diff)
downloadsynapse-9bbf2d23c4bdfc4bd3816a03f4e946347fd5bebf.tar.xz
-rw-r--r--.buildkite/pipeline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 6b3eea1097..a4d9fca732 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -240,6 +240,6 @@ steps:
     branches: "shhs-*"
     command:
       - "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"
-      - "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
+      - "docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
     artifact_paths:
       - "docker.tar.gz"
\ No newline at end of file