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: branch:
- main - main
- develop - develop
- "feature/*"
event: event:
- push - push
- pull_request - pull_request
@@ -74,9 +73,9 @@ steps:
image: alpine:latest image: alpine:latest
commands: commands:
- echo "Pipeline Summary:" - echo "Pipeline Summary:"
- echo "Branch: ${DRONE_BRANCH}" - echo "Branch ${DRONE_BRANCH}"
- echo "Commit: ${DRONE_COMMIT_SHA}" - echo "Commit ${DRONE_COMMIT_SHA}"
- echo "Build: ${DRONE_BUILD_NUMBER}" - echo "Build ${DRONE_BUILD_NUMBER}"
- echo "Quiz Bot CI Pipeline completed successfully!" - echo "Quiz Bot CI Pipeline completed successfully!"
volumes: volumes: