Skip to content

Commit c7482bd

Browse files
author
Marius Benthin
committed
fix: comment on THOR channel
1 parent e55f1cd commit c7482bd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if [ ! -f "$TARGET_DIR/thor-util" ]; then
1212
rm "$TEMP_DIR/thor.zip"
1313
fi
1414

15-
# detect THOR channel: techpreview/dev builds carry a "-dev" pre-release suffix in the manifest
15+
# detect THOR channel using the "-dev" pre-release suffix in the manifest
16+
# TODO: has to be adjusted once THOR 11 is in techpreview but does not carry the -dev suffix anymore
1617
THOR_CHANNEL=stable
1718
grep -qE '^version:.*-dev' "$TARGET_DIR/docs/manifest.yml" 2>/dev/null && THOR_CHANNEL=techpreview
1819
echo "Detected THOR channel: $THOR_CHANNEL"

0 commit comments

Comments
 (0)