Compare commits

..

No commits in common. "f9f6cbc02a3e3f3cb624a73d5664be1b3a208da6" and "f254ef8eba573d98f4cd5b3af1a2be48a88ee1b3" have entirely different histories.

View File

@ -18,7 +18,6 @@ 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"