pipeline fix
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user