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

DP-362 - Add Global Docker Compose Stop #13

Merged
merged 5 commits into from
Jun 12, 2024
Merged

DP-362 - Add Global Docker Compose Stop #13

merged 5 commits into from
Jun 12, 2024

Conversation

dcbickfo
Copy link
Collaborator

@dcbickfo dcbickfo commented Jun 12, 2024

@dcbickfo dcbickfo requested a review from dorner June 12, 2024 16:29
@dcbickfo dcbickfo marked this pull request as ready for review June 12, 2024 16:29
@@ -35,7 +35,7 @@ jobs:
uses: goreleaser/goreleaser-action@v3
with:
distribution: goreleaser
version: latest
version: "~> v1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the last change goreleaser pushed a v2 that latest started pulling (and failing the CI due to a command removal). I felt updating to v2 of goreleaser was out of scope for this PR so I changed it to pull the most recent version of v1.

@@ -0,0 +1,43 @@
/*
Package commands Copyright © 2021 NAME HERE <EMAIL ADDRESS>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need license stuff in here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. I don't see why it's needed but all the other commands have it at the top so I added it.

Really just a case of if everyone else does it, would you. In this case yes ... yes I would. 😂

@dcbickfo dcbickfo merged commit 8b6029c into main Jun 12, 2024
1 check passed
@dcbickfo dcbickfo deleted the dp-362 branch June 12, 2024 16:47
@dorner
Copy link
Contributor

dorner commented Jun 14, 2024

What's the difference between down and stop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants