Passage des variables d'environnement proxy au conteneur + refactoring

This commit is contained in:
2015-10-20 17:17:02 +02:00
parent 22f325f749
commit 1dec78875a
7 changed files with 4 additions and 25 deletions

View File

@ -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