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:
parent
6cdf28fb40
commit
0a09ba491b
@ -79,4 +79,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
success=true
|
success=true
|
||||||
/signal_complete artifact-setup
|
/signal_status artifact-setup
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# "status" directory whose contents are the provided status. This can be
|
||||||
# leveraged by dependent containers via the `wait_for` command.
|
# leveraged by dependent containers via the `wait_for` command.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user