From 51272bcd8c607a15e5765ee6865ae7ac5f88ddf4 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 17 Jan 2024 22:20:15 -0600 Subject: [PATCH] fix --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 3d86b23..2a492b7 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { git.pyrocufflink.net """ } - sh '. ci/publish.sh' + sh '. ci/publish-container.sh' } }