Update Notification Text to new process (#2120)

This commit is contained in:
Stefan Benten 2019-06-05 04:43:07 +02:00 committed by Dennis Coyle
parent 23213a7a29
commit a913f8303e

View File

@ -19,8 +19,8 @@ popd
diff "./testdata/satellite-config.yaml.lock" "$TMPDIR/testdata/config.yaml"
if [[ $? != 0 ]]; then
echo
echo "NOTIFY the Devops and PM when this test fails so they can plan for changing it in the release process before fixing it to merge your PR."
echo "Once you have notified them you can update the lock file through another Makefile target"
echo "NOTIFY the #config-changes channel when this test fails so they can plan for changing it in the release process before fixing it to merge your PR."
echo "Once you have notified them and got their confirmation, you can update the lock file through the Makefile"
echo
exit 1
fi