From 72df636b2c442adc5769045b4ab41474d1ec3e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Paradowski?= Date: Tue, 21 Jul 2020 13:54:06 +0200 Subject: [PATCH] added missing descriptions of executed commands --- .../test_floodgate_against_running_spinnaker_instance.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.cilibs/test_floodgate_against_running_spinnaker_instance.sh b/.cilibs/test_floodgate_against_running_spinnaker_instance.sh index 110fc92..c1eb28d 100755 --- a/.cilibs/test_floodgate_against_running_spinnaker_instance.sh +++ b/.cilibs/test_floodgate_against_running_spinnaker_instance.sh @@ -3,9 +3,15 @@ FLOODGATE_EXTRA_PARAMS=$1 echo Test Floodgate against running Spinnaker instance + +echo "Print version using version flag" /floodgate/bin/floodgate --version +echo "Print version using version command" /floodgate/bin/floodgate version +echo "Comare changes - clean Spinnaker" /floodgate/bin/floodgate $FLOODGATE_EXTRA_PARAMS --config ~/floodgate.yaml compare && exit 1 || echo "Found changes" +echo "Apply local resources" /floodgate/bin/floodgate $FLOODGATE_EXTRA_PARAMS --config ~/floodgate.yaml sync +echo "Compare changes - synced resources" /floodgate/bin/floodgate $FLOODGATE_EXTRA_PARAMS --config ~/floodgate.yaml compare