-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update osm-arc version to 1.2.6-beta-1. (#178)
* Update OSM-Arc version to v1.2.5-beta-1 Signed-off-by: nshankar <[email protected]> * Update chart Signed-off-by: nshankar <[email protected]> * update upstream repo Signed-off-by: nshankar <[email protected]> * Update checkout and agent pools Signed-off-by: nshankar <[email protected]> * Update version and fix checkout Signed-off-by: nshankar <[email protected]> * Rm unique tag Signed-off-by: nshankar <[email protected]> * unpin k8s-extension Signed-off-by: nshankar <[email protected]> * Update timeout Signed-off-by: nshankar <[email protected]> * Increase timeout Signed-off-by: nshankar <[email protected]> --------- Signed-off-by: nshankar <[email protected]> Co-authored-by: nshankar <[email protected]>
- Loading branch information
1 parent
0122837
commit c22536b
Showing
14 changed files
with
46 additions
and
22 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
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
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 |
---|---|---|
@@ -1,4 +1,14 @@ | ||
parameters: | ||
- name: ghUser | ||
type: string | ||
default: "osm-user" | ||
- name: osmRepo | ||
type: string | ||
default: "Azure/osm" | ||
|
||
steps: | ||
- bash: | | ||
git clone $(upstream.repo) $(System.DefaultWorkingDirectory)/osm | ||
git clone https://${{ parameters.ghUser }}:$(AZURE_OSM_TOKEN)@github.com/${{ parameters.osmRepo }} | ||
displayName: Checkout $(upstream.repo) | ||
env: | ||
AZURE_OSM_TOKEN: $(AZURE_OSM_TOKEN) |
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
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
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