Skip to content

Commit

Permalink
pre run hook tst
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRadu committed May 2, 2024
1 parent a77df84 commit c1b9362
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .laminas-ci/pre-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ echo "$2"
JOB=$3
COMMAND=$(echo "${JOB}" | jq -r '.command')

ls -la

echo "$COMMAND"
#if [[ ! ${COMMAND} =~ phpunit ]];then
# exit 0
#fi
if [[ ${COMMAND} =~ phpunit ]];then
#mv config/autoload/local.php.dist config/autoload/local.php
#mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
#mv config/autoload/local.test.php.dist config/autoload/local.test.php

#mv config/autoload/local.php.dist config/autoload/local.php
#mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
#mv config/autoload/local.test.php.dist config/autoload/local.test.php
fi

0 comments on commit c1b9362

Please sign in to comment.