diff --git a/shipit.stable_3_72_postrelease.yml b/shipit.stable_3_72_postrelease.yml deleted file mode 100644 index f348c0df78..0000000000 --- a/shipit.stable_3_72_postrelease.yml +++ /dev/null @@ -1,15 +0,0 @@ -ci: - require: [] - -dependencies: - override: - # We are making sure the deploys point to the NPM registry to prevent - # 404 issues like the one described in this comment: - # https://github.com/yarnpkg/yarn/issues/2935#issuecomment-355292633 - - echo 'registry "https://registry.npmjs.org/"' | tee .npmrc .yarnrc - - curl -fsSL https://get.pnpm.io/install.sh | PNPM_VERSION=8.15.7 SHELL=`which bash` bash - - - bash -i -c "pnpm install" -deploy: - override: - - bash -i -c "./bin/package.js" - - bash -i -c "./bin/create-doc-pr.js"