Fix: Remove defaultremote from .gitreview
This is unnecessary, and may be interfering with the G2G workflow.
This also removes the unnecessary declaration of the ORGANIZATION
variable in the G2G workflow.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Iebe09f4301e61a793b723dc42f5d5f6867592000
diff --git a/.github/workflows/call-github2gerrit.yaml b/.github/workflows/call-github2gerrit.yaml
index ff25f0c..7a6e575 100644
--- a/.github/workflows/call-github2gerrit.yaml
+++ b/.github/workflows/call-github2gerrit.yaml
@@ -28,6 +28,5 @@
GERRIT_KNOWN_HOSTS: ${{ vars.GERRIT_KNOWN_HOSTS }}
GERRIT_SSH_USER_G2G: ${{ vars.GERRIT_SSH_USER_G2G }}
GERRIT_SSH_USER_G2G_EMAIL: ${{ vars.GERRIT_SSH_USER_G2G_EMAIL }}
- ORGANIZATION: ${{ vars.ORGANIZATION }}
secrets:
GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}
diff --git a/.gitreview b/.gitreview
index 928ea49..f008cd9 100644
--- a/.gitreview
+++ b/.gitreview
@@ -2,5 +2,4 @@
host=gerrit.lfbroadband.org
port=29418
project=ci-management.git
-defaultremote=origin
defaultbranch=master