Browse Source

added set -e to pdm-launch script

feature/startup-from-labels
Mar Alegre 5 years ago
parent
commit
273dc189ea
  1. 3
      bin/pdm-launch

3
bin/pdm-launch

@ -37,6 +37,9 @@ else
name=$image
fi
# Main
set -e
if [[ $FLAGS_config -eq $FLAGS_TRUE ]]; then
echo "Getting deploy options from image metadata label \"$FLAGS_label\" ..."
deployopts=$(podman image inspect -f "{{ .Config.Labels.${FLAGS_label} }}" $image)

Loading…
Cancel
Save