We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55f1cd commit c7482bdCopy full SHA for c7482bd
1 file changed
entrypoint.sh
@@ -12,7 +12,8 @@ if [ ! -f "$TARGET_DIR/thor-util" ]; then
12
rm "$TEMP_DIR/thor.zip"
13
fi
14
15
-# detect THOR channel: techpreview/dev builds carry a "-dev" pre-release suffix in the manifest
+# 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
17
THOR_CHANNEL=stable
18
grep -qE '^version:.*-dev' "$TARGET_DIR/docs/manifest.yml" 2>/dev/null && THOR_CHANNEL=techpreview
19
echo "Detected THOR channel: $THOR_CHANNEL"
0 commit comments