Compare commits
No commits in common. "ec29e7f7fe6edb0277be9c0e5fa6641b003ef313" and "bb03f89057745aa4d0c7b2a3944bf1ba68bc404b" have entirely different histories.
ec29e7f7fe
...
bb03f89057
BIN
scripts/.drone-build.sh.swp
Normal file
BIN
scripts/.drone-build.sh.swp
Normal file
Binary file not shown.
@ -31,7 +31,7 @@ if { [ "$branch" = develop ] && [ "$event" = pull_request ]; } ; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
if { [ "$branch" = develop ] && [ "$event" = push ] && [ "$step_name" != build_feature ]; } ; then
|
||||
if { [ "$branch" = develop ] && [ "$event" = push ]; } ; then
|
||||
echo "BUILD DEV"
|
||||
docker build -t docker.pbiernat.dev/nginx-php:dev .
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user