Ein für Shopware 6 vorbereitet Systemmanagment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
235 B

  1. #!/bin/bash
  2. git_included=true
  3. function gitValidate {
  4. if [ "$git_url" == "" ]
  5. then
  6. echo >&2
  7. echoError "Please configure $project_manager_dir/data/$customer/$project/etc/plugins/git/config" >&2
  8. echo >&2
  9. exit
  10. fi
  11. }