-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update references to adoptopenjdk/secrets (#3777)
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
delegate_to: localhost | ||
run_once: true | ||
|
||
- name: Check out AdoptOpenJDK/secrets | ||
git: [email protected]:AdoptOpenJDK/secrets.git dest=vendor_files force=true | ||
- name: Check out adoptium/secrets | ||
git: [email protected]:adoptium/secrets.git dest=vendor_files force=true | ||
delegate_to: localhost | ||
when: | ||
- not local_vendor_files.stat.exists | ||
|
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 |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
delegate_to: localhost | ||
run_once: true | ||
|
||
- name: Check out AdoptOpenJDK/secrets | ||
git: [email protected]:AdoptOpenJDK/secrets.git dest=vendor_files force=true | ||
- name: Check out adoptium/secrets | ||
git: [email protected]:adoptium/secrets.git dest=vendor_files force=true | ||
delegate_to: localhost | ||
when: | ||
- not local_vendor_files.stat.exists | ||
|