Skip to content

Commit d90c666

Browse files
Revert factory & circleci
1 parent bae8b75 commit d90c666

File tree

2 files changed

+571
-571
lines changed

2 files changed

+571
-571
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ jobs:
802802
apt update -y && apt install -y software-properties-common
803803
add-apt-repository -y ppa:deadsnakes/ppa
804804
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
805-
python3.10 -m pip install -U cffi
805+
python3.9 -m pip install -U cffi
806806
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
807807
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
808808
@@ -978,9 +978,9 @@ workflows:
978978
- sync-dependencies:
979979
filters:
980980
branches:
981-
only: [release, one-off-sync-dependencies-bazel-run-python-path]
982-
# requires:
983-
# - deploy-github
981+
only: [release]
982+
requires:
983+
- deploy-github
984984
- release-cleanup:
985985
filters:
986986
branches:

0 commit comments

Comments
 (0)