فهرست منبع

build(vhs): disable vhs publish ad

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 سال پیش
والد
کامیت
7b59011ec7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Justfile

+ 1 - 1
Justfile

@@ -38,7 +38,7 @@ all-release: build-release test-release
 
 alias itest := integration_tests
 @integration_tests:
-    ./tests/vhs-runner.sh
+    VHS_PUBLISH=false ./tests/vhs-runner.sh
 
 #------------------------#
 # running extended tests #