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

This reverts commit 558bac67c7.
pull/953/head
Morgan Pretty 3 months ago
parent 558bac67c7
commit c3f3b5050e

@ -179,7 +179,6 @@ 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