Skip to content

Commit

Permalink
fix: missing backslash in rclone path (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
franTarkenton authored Mar 1, 2024
1 parent f6facd4 commit 3caab73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bat/ostore_push.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ node('zavijava_rfc') {
\\\\%TEST_SERVER%\\Shared\\MPOML\\HOURLY\\csv

:: copy the PVDD data, using copy so that files on dest and not on src do not get deleted
.\rclone.exe copy ^
.\\rclone.exe copy ^
--check-first ^
nrsobjstore:rfcdata\\dischargeOBS\\PVDD ^
\\\\%PROD_SERVER%\\Shared\\Real-time_Data\\PVDD
Expand All @@ -99,4 +99,4 @@ node('zavijava_rfc') {
'''
}
}
}
}

0 comments on commit 3caab73

Please sign in to comment.