Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update buildkite plugin docker-compose to v5.6.0 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
label: ':golang: vet'
command: go vet ./...
plugins:
- docker-compose#v5.4.0:
- docker-compose#v5.6.0:
run: app
- key: test
label: ':golang: test'
Expand All @@ -16,7 +16,7 @@ steps:
artifact_paths:
- 'coverage.txt' # upload the coverage report as an artifact
plugins:
- docker-compose#v5.4.0:
- docker-compose#v5.6.0:
run: app
# build the application after the quality assurance steps are done
- key: build
Expand All @@ -25,6 +25,6 @@ steps:
artifact_paths:
- 'dist/app' # upload the built application as an artifact
plugins:
- docker-compose#v5.4.0:
- docker-compose#v5.6.0:
run: app
depends_on: quality_assurance