Skip to content

Commit

Permalink
check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent 6ebde50 commit 2d4f8e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ function PushLocalRepoToRemote {
# go to the temp folder
Set-Location $tempFolder | Out-Null

if ($env:CI) {
Write-Host "Running in CI mode!"
}

Write-Host "gitUrl=[$gitUrl]"

# add the remote
Expand Down

0 comments on commit 2d4f8e8

Please sign in to comment.