Skip to content

Commit

Permalink
remove jackgopack4 repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Aug 1, 2024
1 parent 5c3739c commit b3a9c87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/builder-release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Builder - Check and Release
# combines function of builder-release and check-builder workflows, originally from opentelemetry-collector
name: Builder - Release
on:
push:
tags:
Expand All @@ -13,7 +12,6 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
# repository: "jackgopack4/opentelemetry-collector-releases"
- run: ls -la
- name: Push cmd/builder Tag
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/builder-testbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration - Builder - Test Build
name: Builder - Check and Test Build

on:
push:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
repository: "jackgopack4/opentelemetry-collector-releases"
repository: "open-telemetry/opentelemetry-collector-releases"
- name: Checkout Core Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ goreleaser:
fi \
}

REMOTE?=git@github.com:jackgopack4/opentelemetry-collector-releases.git
REMOTE?=git@github.com:open-telemetry/opentelemetry-collector-releases.git
.PHONY: push-tags
push-tags:
@[ "${TAG}" ] || ( echo ">> env var TAG is not set"; exit 1 )
Expand Down
2 changes: 1 addition & 1 deletion cmd/builder/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ builds:
binary: ocb
release:
github:
owner: jackgopack4
owner: open-telemetry
name: opentelemetry-collector-releases
header: |
### Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/{{ .Tag }}
Expand Down

0 comments on commit b3a9c87

Please sign in to comment.