Compare commits

..

No commits in common. "ec29e7f7fe6edb0277be9c0e5fa6641b003ef313" and "bb03f89057745aa4d0c7b2a3944bf1ba68bc404b" have entirely different histories.

2 changed files with 1 additions and 1 deletions

BIN
scripts/.drone-build.sh.swp Normal file

Binary file not shown.

View File

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