summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmber H. Brown <hawkowl@atleastfornow.net>2019-07-17 04:02:15 +1000
committerAmber H. Brown <hawkowl@atleastfornow.net>2019-07-17 04:02:15 +1000
commita025abebe8ec6bb35a25299c47aa6ea020eb91cd (patch)
treecd33b02f14b65bdd50a886c5e2823388899707ea
parenttry now (diff)
downloadsynapse-a025abebe8ec6bb35a25299c47aa6ea020eb91cd.tar.xz
try now
-rw-r--r--.buildkite/pipeline.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 02910d387e..bda4675617 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -238,9 +238,9 @@ steps:
   - label: "Docker Build -- Optimised Skylake-AVX512"
     agents:
       queue: "release"
-    branches: "shhs shhs-*"
+    branches: "shhs-*"
     command:
-      - "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512"
-      - "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512 | gzip -9 > docker.tar.gz"
+      - "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --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"
     artifact_paths:
       - "docker.tar.gz"
\ No newline at end of file