fix: missing manifest config

This commit is contained in:
Bo-Yi Wu 2019-02-17 20:38:02 +08:00
parent c3640b0765
commit 2158226bca
2 changed files with 0 additions and 6 deletions

View File

@ -245,9 +245,6 @@ local PipelineNotifications(os='linux', arch='amd64', depends_on=[]) = {
os: os, os: os,
arch: arch, arch: arch,
}, },
clone: {
disable: true,
},
steps: [ steps: [
{ {
name: 'manifest', name: 'manifest',

View File

@ -363,9 +363,6 @@ platform:
os: linux os: linux
arch: amd64 arch: amd64
clone:
disable: true
steps: steps:
- name: manifest - name: manifest
pull: always pull: always