From be593596ca9aa996478dc7547ded50cd3eb2bc77 Mon Sep 17 00:00:00 2001 From: Rajat Balda <44297647+rajatbalda@users.noreply.github.com> Date: Tue, 27 Jan 2026 08:50:11 -0600 Subject: [PATCH] Update installation URLs in smoke test workflow --- .github/workflows/install-smoke.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 16eba4eed..feea1da1b 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -32,8 +32,8 @@ jobs: - name: Run installer docker tests env: - CLAWDBOT_INSTALL_URL: https://clawd.bot/install.sh - CLAWDBOT_INSTALL_CLI_URL: https://clawd.bot/install-cli.sh + CLAWDBOT_INSTALL_URL: https://molt.bot/install.sh + CLAWDBOT_INSTALL_CLI_URL: https://molt.bot/install-cli.sh CLAWDBOT_NO_ONBOARD: "1" CLAWDBOT_INSTALL_SMOKE_SKIP_CLI: "1" CLAWDBOT_INSTALL_SMOKE_SKIP_NONROOT: ${{ github.event_name == 'pull_request' && '1' || '0' }}