#!/usr/bin/env bash hook_active= {{ active }} remote_url= {{ ci_url }} if [ "$hook_active" == false ]; then echo 'Notify ci hook is not active!' exit -1 fi