Skip to content

Commit

Permalink
Replace with google repo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Mitri <[email protected]>
  • Loading branch information
pet-mit committed Mar 22, 2024
1 parent 989fe6f commit 2b6d672
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Checkout OR-Tools
run: |
git clone $GITHUB_SERVER_URL/rte-france/or-tools.git -b main .
git clone $GITHUB_SERVER_URL/google/or-tools.git -b main .
- name: Checkout this repository
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Checkout or-tools
uses: actions/checkout@v4
with:
repository: rte-france/or-tools
repository: google/or-tools
ref: "main"

- name: Checkout this repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout or-tools
uses: actions/checkout@v4
with:
repository: rte-france/or-tools
repository: google/or-tools
ref: "main"

- name: Checkout this repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout or-tools
uses: actions/checkout@v4
with:
repository: rte-france/or-tools
repository: google/or-tools
ref: "main"

- name: Checkout this repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-java-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Checkout or-tools
uses: actions/checkout@v4
with:
repository: rte-france/or-tools
repository: google/or-tools
ref: "main"

- name: Checkout this repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout or-tools
uses: actions/checkout@v4
with:
repository: rte-france/or-tools
repository: google/or-tools
ref: "main"

- name: Checkout this repository
Expand Down

0 comments on commit 2b6d672

Please sign in to comment.