Skip to content

Commit

Permalink
CSS-55 [DevOps][신규] Google Drive 업로드
Browse files Browse the repository at this point in the history
빌드 오류 수정
  • Loading branch information
autumn-na committed Mar 22, 2024
1 parent 8c7b5d8 commit 7a9eb30
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkins/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ param(

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

# Move to the build directory
Set-Location "C:\\Work\\Career\\2_KMU\\CapstoneProject\\Builds"
$BuildPath = "C:\\Work\\Career\\2_KMU\\CapstoneProject\\Builds"
$VersionPath = $BuildPath + "\\" + $Version

$VersionPath = Resolve-Path($Version)
# Move to the build directory
Set-Location $BuildPath

# If the build already exists, delete it
if (Test-Path $VersionPath) {
Expand Down

0 comments on commit 7a9eb30

Please sign in to comment.