Skip to content

Commit

Permalink
added missing descriptions of executed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rparadowski committed Jul 21, 2020
1 parent 0013bef commit 72df636
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cilibs/test_floodgate_against_running_spinnaker_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 72df636

Please sign in to comment.