Compare commits

...

3 Commits

Author SHA1 Message Date
f9f6cbc02a 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
2021-11-23 21:40:00 +00:00
89683874f4 Merge branch 'develop' into feature_cicd_fix
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-11-23 22:37:59 +01:00
1b7028562c [fix] Added missing variable 2021-11-23 22:37:43 +01:00

View File

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