From 0b5f2f67fdca8d5d4afab269e85f674cee9f19ff Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 4 Mar 2025 18:08:29 +0100 Subject: [PATCH] ghostflow-director: update for gitlab pipeline state fix --- ghostflow-director/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostflow-director/package.sh b/ghostflow-director/package.sh index 0b17f04..63d7d7d 100755 --- a/ghostflow-director/package.sh +++ b/ghostflow-director/package.sh @@ -3,7 +3,7 @@ set -e readonly git_url='https://gitlab.kitware.com/utils/ghostflow-director.git' -readonly git_commit='4007b9ef4ccb1744c7fa4d694538e2dc227c3d8f' # skip-sync-merge-if-already-merged +readonly git_commit='9ae8db48c20f4edb5037161ba211c1625f68e83c' # ghostflow-pipeline-state-fix readonly cargo_features="--features systemd" git clone "$git_url" ghostflow-director/src -- GitLab