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

Commit a025abe

Browse files
committed
try now
1 parent c1777f5 commit a025abe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,9 @@ steps:
238238
- label: "Docker Build -- Optimised Skylake-AVX512"
239239
agents:
240240
queue: "release"
241-
branches: "shhs shhs-*"
241+
branches: "shhs-*"
242242
command:
243-
- "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"
244-
- "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}${BUILDKITE_BRANCH}-skylake-avx512 | gzip -9 > docker.tar.gz"
243+
- "docker build -f docker/Dockerfile-optimised --build-arg PYTHON_VERSION=3.6 --build-arg MARCH=skylake-avx512 . -t matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512"
244+
- "docker docker save matrixdotorg/synapse:${BUILDKITE_TAG}-skylake-avx512 | gzip -9 > docker.tar.gz"
245245
artifact_paths:
246246
- "docker.tar.gz"

0 commit comments

Comments
 (0)