fix: missing manifest config
This commit is contained in:
parent
c3640b0765
commit
2158226bca
@ -245,9 +245,6 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
|
||||
os: os,
|
||||
arch: arch,
|
||||
},
|
||||
clone: {
|
||||
disable: true,
|
||||
},
|
||||
steps: [
|
||||
{
|
||||
name: 'manifest',
|
||||
|
@ -363,9 +363,6 @@ platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: manifest
|
||||
pull: always
|
||||
|
Loading…
Reference in New Issue
Block a user