Try to disable the 'clone' step in the build artifact check pipeline

pull/953/head
Morgan Pretty 3 months ago
parent 001da52c98
commit 558bac67c7

@ -179,6 +179,7 @@ local update_cocoapods_cache(depends_on) = {
name: 'Check Build Artifact Existence',
platform: { os: 'darwin', arch: 'amd64' },
trigger: { event: { exclude: [ 'push' ] } },
clone: { disable: true },
steps: [
{
name: 'Poll for build artifact existence',

Loading…
Cancel
Save