Skip to content

Wait for Docker image build in patch-notest branches

Administrator requested to merge fix-patch-notest into master

Created by: mrnugget

This fixes the problem I described here in the documentation for this feature: https://github.com/sourcegraph/about/pull/613

The two steps are run in parallel which leads to the second step failing because the Docker image has not been pushed, see: https://buildkite.com/sourcegraph/sourcegraph/builds/56655

Merge request reports

Loading