From d4e0c46ebe8d4d91c0eea36f7ca48617f16ddc1b Mon Sep 17 00:00:00 2001 From: "Andrey K. Choi" Date: Thu, 11 Sep 2025 12:05:38 +0900 Subject: [PATCH] pipeline fix --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 831bc8f..30f1943 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ trigger: branch: - main - develop - - "feature/*" event: - push - pull_request @@ -74,9 +73,9 @@ steps: image: alpine:latest commands: - echo "Pipeline Summary:" - - echo "Branch: ${DRONE_BRANCH}" - - echo "Commit: ${DRONE_COMMIT_SHA}" - - echo "Build: ${DRONE_BUILD_NUMBER}" + - echo "Branch ${DRONE_BRANCH}" + - echo "Commit ${DRONE_COMMIT_SHA}" + - echo "Build ${DRONE_BUILD_NUMBER}" - echo "Quiz Bot CI Pipeline completed successfully!" volumes: