AIAP: Fix artifact-setup bug

This fixes the artifact-setup container to use the new `signal_status`
script created in b77f9e2910

Change-Id: Ia0958f9d1e7050d8d8f37b9d66f471fd35156e13
This commit is contained in:
Ian Howell 2021-09-20 14:02:21 -05:00
parent 6cdf28fb40
commit 0a09ba491b
2 changed files with 2 additions and 2 deletions

View File

@ -79,4 +79,4 @@ else
fi
success=true
/signal_complete artifact-setup
/signal_status artifact-setup

View File

@ -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.