Passage des variables d'environnement proxy au conteneur + refactoring
This commit is contained in:
@ -71,7 +71,7 @@ function exec_hooks {
|
||||
local hook=${1}
|
||||
local workspace=${2}
|
||||
|
||||
local hook_scripts=$( find "${HOOKS_DIR}" -type f -name "*${hook}" -executable)
|
||||
local hook_scripts=$( find "${HOOKS_DIR}" -type f -name "*${hook}" -executable | sort )
|
||||
|
||||
for hook_script in ${hook_scripts}; do
|
||||
|
||||
|
Reference in New Issue
Block a user