-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace repos with jackgopack4 and johnpeterson785 for workflow testing
- Loading branch information
1 parent
86aa765
commit 3288ffe
Showing
7 changed files
with
227 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ goreleaser: | |
fi \ | ||
} | ||
|
||
REMOTE?[email protected]:open-telemetry/opentelemetry-collector-releases.git | ||
REMOTE?[email protected]:jackgopack4/opentelemetry-collector-releases.git | ||
.PHONY: push-tags | ||
push-tags: | ||
@[ "${TAG}" ] || ( echo ">> env var TAG is not set"; exit 1 ) | ||
|
@@ -74,7 +74,7 @@ push-tags: | |
@git push ${REMOTE} ${TAG} | ||
|
||
# Used for debug only | ||
REMOTE?[email protected]:open-telemetry/opentelemetry-collector-releases.git | ||
REMOTE?[email protected]:jackgopack4/opentelemetry-collector-releases.git | ||
.PHONY: delete-tags | ||
delete-tags: | ||
@[ "${TAG}" ] || ( echo ">> env var TAG is not set"; exit 1 ) | ||
|
@@ -90,6 +90,6 @@ delete-tags: | |
@git push ${REMOTE} :refs/tags/cmd/builder/${TAG} | ||
|
||
# Used for debug only | ||
REMOTE?[email protected]:open-telemetry/opentelemetry-collector-releases.git | ||
REMOTE?[email protected]:jackgopack4/opentelemetry-collector-releases.git | ||
.PHONY: repeat-tags | ||
repeat-tags: delete-tags push-tags |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.