Skip to content

Commit

Permalink
rename-drone
Browse files Browse the repository at this point in the history
  • Loading branch information
thampiotr committed Oct 19, 2023
1 parent c7d6c81 commit ecdc967
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
- refs/heads/custom-image-*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -961,7 +961,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
- refs/heads/custom-image-*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1006,7 +1006,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
- refs/heads/custom-image-*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1051,7 +1051,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
- refs/heads/custom-image-*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1096,7 +1096,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
- refs/heads/custom-image-*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1141,7 +1141,7 @@ trigger:
ref:
- refs/heads/main
- refs/tags/v*
- refs/heads/test/*
- refs/heads/custom-image-*
type: docker
volumes:
- host:
Expand Down Expand Up @@ -1433,6 +1433,6 @@ kind: secret
name: updater_private_key
---
kind: signature
hmac: 764b5e875892436a677f8c1c051d87b5265512843e0fa20bc8cc8f330da0ffee
hmac: 37081b0d18b8076fcb5d1a7b4a1849bd38febbcaf40b4692c1892e44e69594d8

...
2 changes: 1 addition & 1 deletion .drone/pipelines/publish.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local linux_containers_jobs = std.map(function(container) (
ref: [
'refs/heads/main',
'refs/tags/v*',
'refs/heads/test/*', // use branch naming convention to build test images from PRs
'refs/heads/custom-image-*', // use branch naming convention to build test images from PRs
],
},
steps: [{
Expand Down

0 comments on commit ecdc967

Please sign in to comment.