Merge pull request 'feature_cicd_fix' (#17) from feature_cicd_fix into develop
All checks were successful
continuous-integration/drone/push Build is passing
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:
commit
f9f6cbc02a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user