From f64406cd9ceb69b798b0b8d50c902d84750fdfbf Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 20 Jul 2025 22:10:19 -0700 Subject: Fixes dockerfile context & path --- .ci/ci.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/ci.cjs b/.ci/ci.cjs index 0fa8947..323c561 100755 --- a/.ci/ci.cjs +++ b/.ci/ci.cjs @@ -509,7 +509,7 @@ var DefaultGitHookPipelineBuilder = class extends BasePipelineBuilder { }); } getSourceDestination() { - return this.remoteUrl.split("/").at(-1) ?? "src"; + return this.remoteUrl.replace(".git", "").split("/").at(-1) ?? "src"; } getBranch() { const branchRefPrefix = "refs/heads/"; -- cgit v1.2.3-70-g09d2