Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tabversion committed Oct 31, 2024
1 parent 710ea11 commit 51e6630
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,8 @@ steps:
export IMAGE_TAG=$(echo "$BUILDKITE_BRANCH" | sed 's/[^a-zA-Z0-9._-]/-/g')
echo "publishing new image $IMAGE_TAG from branch $BUILDKITE_BRANCH ($BUILDKITE_COMMIT)"
# Trigger docker.yml pipeline
buildkite-agent env set IMAGE_TAG="$IMAGE_TAG"
buildkite-agent pipeline upload ci/workflows/docker.yml
plugins:
- docker-compose#v5.1.0:
run: rw-build-env
config: ci/docker-compose.yml
mount-buildkite-agent: true
propagate-environment: true
- ./ci/plugins/upload-failure-logs
retry: *auto-retry


Expand Down

0 comments on commit 51e6630

Please sign in to comment.