Skip to content

Commit 74e2dc0

Browse files
committed
fix: Update DeviceLab script execution with explicit framework parameter
Updates the entrypoint script to use the new DeviceLab API format with named parameters (--framework and --app) instead of positional arguments. Explicitly specifies Appium as the framework since this is an Appium-specific action.
1 parent 714d252 commit 74e2dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ echo "APK Size: $(numfmt --to=iec $apk_size)"
1818

1919
# Download and execute DeviceLab script
2020
echo "Downloading and executing DeviceLab script..."
21-
exec curl -fsSL "$DEVICELAB_URL" | sh -s /root/Downloads/app-release.apk
21+
exec curl -fsSL "$DEVICELAB_URL" | sh -s -- --framework appium --app /root/Downloads/app-release.apk

0 commit comments

Comments
 (0)