Compare commits
No commits in common. "f9f6cbc02a3e3f3cb624a73d5664be1b3a208da6" and "f254ef8eba573d98f4cd5b3af1a2be48a88ee1b3" have entirely different histories.
f9f6cbc02a
...
f254ef8eba
@ -18,7 +18,6 @@ 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user