Skip to content

Commit afc0a13

Browse files
committed
Working with test containers
1 parent 45f03fa commit afc0a13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/jenkins/Jenkinsfile.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ pipeline {
542542

543543
bat script: '''
544544
PATH=C:\\src\\vcpkg;%PATH%;C:\\Program Files\\CMake\\bin;C:\\Program Files\\Git\\bin
545-
git -C C:\src\vcpkg pull --rebase
546-
C:\src\vcpkg\bootstrap-vcpkg.bat -disableMetrics
545+
git -C C:\\src\\vcpkg pull --rebase
546+
C:\\src\\vcpkg\\bootstrap-vcpkg.bat -disableMetrics
547547
vcpkg upgrade --no-dry-run
548548
vcpkg remove --outdated
549549
vcpkg integrate install

0 commit comments

Comments
 (0)