Skip to content

Commit

Permalink
fix(scripts): Update init_repository.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Dec 13, 2023
1 parent 66e00cf commit 37c8027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/init_repository.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ az login
gh auth login

# Fork MLOPsPython repository
gh repo fork https://github.com/guillaume-chervet/MLOpsPythonDemo1 --default-branch-only --fork-name $repositoryName --clone
gh repo fork https://github.com/guillaume-chervet/MLOpsPython --default-branch-only --fork-name $repositoryName --clone
cd $repositoryName
git remote remove upstream
git push --set-upstream origin main
Expand Down Expand Up @@ -68,4 +68,4 @@ $runId=$(gh run list --workflow=main.yml --json databaseId -q ".[0].databaseId")
gh run watch $runId

# Open the repostory in the browser
gh repo view -w
gh repo view -w

0 comments on commit 37c8027

Please sign in to comment.