Skip to content

Commit f202149

Browse files
author
Marius Benthin
committed
chore: use --techpreview --dev
1 parent 0c40d94 commit f202149

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

entrypoint.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ if [ ! -f "$TARGET_DIR/thor-util" ]; then
99
wget -O "$TEMP_DIR/thor.zip" "https://portal.nextron-systems.com/api/voucher/download/$CONTRACT_TOKEN/thor/linux" && \
1010
unzip -o -q "$TEMP_DIR/thor.zip" -d "$TARGET_DIR" && \
1111
rm "$TEMP_DIR/thor.zip"
12+
"$TARGET_DIR/thor-util" upgrade --techpreview --dev #TODO: remove once THOR11 is published
1213
fi
1314

14-
# update THOR signatures
15-
"$TARGET_DIR/thor-util" update
16-
1715
# append optional TLS and VFS arguments to THUNDERSTORM_ARGS
1816
[ -n "$TLS_CERT" ] && THUNDERSTORM_ARGS="$THUNDERSTORM_ARGS --cert $TLS_CERT"
1917
[ -n "$TLS_KEY" ] && THUNDERSTORM_ARGS="$THUNDERSTORM_ARGS --key $TLS_KEY"
@@ -30,7 +28,7 @@ exec "$TARGET_DIR/tools/thunderstorm" \
3028
"--store-samples-score" "${STORE_SAMPLES_SCORE:-200}" \
3129
"--thor-location" "${THOR_LOCATION:-$TARGET_DIR}" \
3230
"--upload-dir" "$UPLOAD_DIR" \
33-
"--signature-update-interval" "${SIGNATURE_UPDATE_INTERVAL:24}" \
31+
"--signature-update-interval" "${SIGNATURE_UPDATE_INTERVAL:-24}" \
3432
$THUNDERSTORM_ARGS \
3533
"--" \
3634
"--no-json" \

0 commit comments

Comments
 (0)