Merge pull request 'feature_cicd_fix' (#17) from feature_cicd_fix into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: https://git.pbiernat.dev/docker/nginx-php/pulls/17
This commit is contained in:
Piotr Biernat 2021-11-23 21:40:00 +00:00
commit f9f6cbc02a

View File

@ -18,6 +18,7 @@ contains() {
branch=$CI_COMMIT_BRANCH
event=$CI_BUILD_EVENT
source_branch=$DRONE_SOURCE_BRANCH
step_name=$DRONE_STEP_NAME
if { contains "$branch" "feature_" && [ "$event" = push ]; } ; then
echo "BUILD FEATURE: $branch"