diff options
author | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-07-17 04:46:20 +1000 |
---|---|---|
committer | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-07-17 04:46:20 +1000 |
commit | 9bbf2d23c4bdfc4bd3816a03f4e946347fd5bebf (patch) | |
tree | 6b06e598ed69fba29b51f8b3dbfd5f12d71e05bc /.buildkite/pipeline.yml | |
parent | fix (diff) | |
download | synapse-9bbf2d23c4bdfc4bd3816a03f4e946347fd5bebf.tar.xz |
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 2 |
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 |