diff --git a/scripts/.drone-build.sh.swp b/scripts/.drone-build.sh.swp deleted file mode 100644 index 3536207..0000000 Binary files a/scripts/.drone-build.sh.swp and /dev/null differ diff --git a/scripts/drone-build.sh b/scripts/drone-build.sh index 28169ab..4236ca8 100755 --- a/scripts/drone-build.sh +++ b/scripts/drone-build.sh @@ -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