Skip to content

Commit

Permalink
all: change the rest of the references to the old repo name
Browse files Browse the repository at this point in the history
Change-Id: Ia373a447865e69de44b05c76a1abaae52004d164
  • Loading branch information
amwolff committed Nov 8, 2023
1 parent 4a8f612 commit fbd9ac3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<!--
- If there is a corresponding issue, add either `Closes #1234`, `Fixes #1234`, `Resolves #1234` or `Updates #1234` (the latter if this is not a complete fix) to this comment
- If referring to a repo other than `storj/gateway-mt`, you can use the `owner/repo#issue_number` syntax: `Fixes storj/common#1234`
- If referring to a repo other than `storj/edge`, you can use the `owner/repo#issue_number` syntax: `Fixes storj/common#1234`
-->

## Code Review Checklist (to be filled out by reviewer)
Expand Down
4 changes: 2 additions & 2 deletions .gitreview
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gerrit]
host=review.dev.storj.io
project=storj/gateway-mt
defaultbranch=main
project=storj/edge
defaultbranch=main
2 changes: 1 addition & 1 deletion Jenkinsfile.private
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ node('node') {
echo "Setting build result to FAILURE"
currentBuild.result = "FAILURE"

slackSend color: 'danger', channel: '#team-integrations-edge', message: "@edge gateway-mt branch ${env.BRANCH_NAME} build failed during stage ${lastStage} ${env.BUILD_URL}"
slackSend color: 'danger', channel: '#team-integrations-edge', message: "@edge edge branch ${env.BRANCH_NAME} build failed during stage ${lastStage} ${env.BUILD_URL}"

throw err

Expand Down

0 comments on commit fbd9ac3

Please sign in to comment.