mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Ensure the win nightlies git commit check runs from the git source dir
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user