Ensure the win nightlies git commit check runs from the git source dir

This commit is contained in:
Justin Clift
2019-06-18 14:58:54 +10:00
parent e26d32364e
commit b0bb376880
2 changed files with 4 additions and 2 deletions

View File

@@ -126,7 +126,8 @@ RMDIR /S /Q %CD%\zip
:: Save the last commit hash to 'commit.txt' and upload it to the nightlies server
git rev-parse --verify HEAD 1>commit.txt
CD C:\\git_repos\\sqlitebrowser
git rev-parse --verify HEAD 1>C:\\builds\\commit.txt
pscp -q -p -i C:\dev\puttygen_private.ppk "%DEST_PATH%\commit.txt" nightlies@nightlies.sqlitebrowser.org:/nightlies/win32
:: Upload the packages to the nightlies server

View File

@@ -126,7 +126,8 @@ RMDIR /S /Q %CD%\zip
:: Save the last commit hash to 'commit.txt' and upload it to the nightlies server
git rev-parse --verify HEAD 1>commit.txt
CD C:\\git_repos\\sqlitebrowser
git rev-parse --verify HEAD 1>C:\\builds\\commit.txt
pscp -q -p -i C:\dev\puttygen_private.ppk "%DEST_PATH%\commit.txt" nightlies@nightlies.sqlitebrowser.org:/nightlies/win64
:: Upload the packages to the nightlies server