Compare commits
No commits in common. "89683874f4af4b1415baefc980ad48b2971df8f6" and "ec29e7f7fe6edb0277be9c0e5fa6641b003ef313" have entirely different histories.
89683874f4
...
ec29e7f7fe
@ -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