Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude setup step from build CI pipeline #3696

Merged
merged 1 commit into from
Mar 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ steps:
image: node:16-alpine
when:
event: [push]
branch:
exclude: [build]
depends_on:
- postgres
- minio
Expand Down Expand Up @@ -332,6 +334,6 @@ image_pull_secrets:

---
kind: signature
hmac: c4e7ed334ff36b875afd68d769dec76a2cb15ba2239344f716f2c717585efbd3
hmac: 8f83845c7b79818c5d134ac26d38e837d4540f736f59aebbd04c43000a929feb

...