copr-be: uhhh, spawner wrapper must fail when allocation fails
This commit is contained in:
parent
6b9547b3f0
commit
cf93471401
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
- name: install IP to YAML spawner script
|
- name: install IP to YAML spawner script
|
||||||
copy:
|
copy:
|
||||||
content: |
|
content: |
|
||||||
#! /bin/sh
|
#! /bin/sh -ex
|
||||||
echo ---
|
echo ---
|
||||||
echo name: "$RESALLOC_NAME"
|
echo name: "$RESALLOC_NAME"
|
||||||
hostname=$( "$@" )
|
hostname=$( "$@" )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue