Pārlūkot izejas kodu

Update env vars in bat files

Lucas Trzesniewski 4 gadi atpakaļ
vecāks
revīzija
49cf63d6a0
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      build.bat
  2. 2 2
      execute-tests.bat

+ 2 - 2
build.bat

@@ -1,5 +1,5 @@
 @echo off
 @echo off
-rem We're not really on Azure Pipelines but this disables the Cassandra node requirement
-set TF_BUILD=True
+rem We're not really on GitHub Actions but this disables the Cassandra node requirement
+set GITHUB_ACTIONS=true
 powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target Build
 powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target Build
 pause
 pause

+ 2 - 2
execute-tests.bat

@@ -1,5 +1,5 @@
 @echo off
 @echo off
-rem We're not really on Azure Pipelines but this disables the Cassandra node requirement
-set TF_BUILD=True
+rem We're not really on GitHub Actions but this disables the Cassandra node requirement
+set GITHUB_ACTIONS=true
 powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target Test
 powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target Test
 pause
 pause