From 0a09ba491ba43b563c53a621485f7ee980621e1e Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Mon, 20 Sep 2021 14:02:21 -0500 Subject: [PATCH] AIAP: Fix artifact-setup bug This fixes the artifact-setup container to use the new `signal_status` script created in b77f9e2910f81e3716a7011baa5581239d523c74 Change-Id: Ia0958f9d1e7050d8d8f37b9d66f471fd35156e13 --- tools/airship-in-a-pod/artifact-setup/assets/entrypoint.sh | 2 +- tools/airship-in-a-pod/base/signal_status | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/airship-in-a-pod/artifact-setup/assets/entrypoint.sh b/tools/airship-in-a-pod/artifact-setup/assets/entrypoint.sh index a0f5f4263..1f17760eb 100755 --- a/tools/airship-in-a-pod/artifact-setup/assets/entrypoint.sh +++ b/tools/airship-in-a-pod/artifact-setup/assets/entrypoint.sh @@ -79,4 +79,4 @@ else fi success=true -/signal_complete artifact-setup +/signal_status artifact-setup diff --git a/tools/airship-in-a-pod/base/signal_status b/tools/airship-in-a-pod/base/signal_status index 503ff1ca3..0a5f4c7aa 100755 --- a/tools/airship-in-a-pod/base/signal_status +++ b/tools/airship-in-a-pod/base/signal_status @@ -1,6 +1,6 @@ #!/bin/bash -# signal_complete takes a container name and a status and creates a file in the +# signal_status takes a container name and a status and creates a file in the # "status" directory whose contents are the provided status. This can be # leveraged by dependent containers via the `wait_for` command.