You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Triggering external build for branch ${br} (you can pause this trigger by setting a github secret \"pause_external_trigger_ldap-auth_${ls_branch}\")."
if [ "${br}" == "${ls_branch}" ] && [ -z "${pause_triger}" ]; then
28
+
echo "${br} is a live branch; triggering package build (you can pause this trigger by setting a github secret \"pause_package_trigger_ldap-auth_${ls_branch}\")."
0 commit comments