merge develop #20

Merged
keedosn merged 26 commits from develop into master 2021-11-23 23:17:16 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit ec29e7f7fe - Show all commits

Binary file not shown.

View File

@ -31,7 +31,7 @@ if { [ "$branch" = develop ] && [ "$event" = pull_request ]; } ; then
return 0
fi
if { [ "$branch" = develop ] && [ "$event" = push ]; } ; then
if { [ "$branch" = develop ] && [ "$event" = push ] && [ "$step_name" != build_feature ]; } ; then
echo "BUILD DEV"
docker build -t docker.pbiernat.dev/nginx-php:dev .
return 0