pipeline fix

This commit is contained in:
2025-09-11 12:05:38 +09:00
parent f33abbb695
commit d4e0c46ebe

View File

@@ -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: