From 6d368d37c473830c6c191cbe07e46c4c5f0d2adf Mon Sep 17 00:00:00 2001 From: Joshua Send Date: Thu, 3 Nov 2022 15:13:02 +0000 Subject: [PATCH] Remove redundant create-netrc automation --- .factory/automation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.factory/automation.yml b/.factory/automation.yml index 8cae5a9..0ddab50 100644 --- a/.factory/automation.yml +++ b/.factory/automation.yml @@ -113,7 +113,6 @@ release: sudo ln -s $(which python3) /usr/bin/python3 sudo ln -s /usr/share/pyshared/lsb_release.py /opt/pyenv/versions/3.7.9/lib/python3.7/site-packages/lsb_release.py python3 -m pip install certifi - bazel run @vaticle_dependencies//distribution/artifact:create-netrc export NOTES_CREATE_TOKEN=$REPO_GITHUB_TOKEN bazel run @vaticle_dependencies//tool/release/notes:create -- $FACTORY_OWNER $FACTORY_REPO $FACTORY_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN