Skip to content

Commit

Permalink
Revert factory & circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnangovindraj committed Jun 13, 2024
1 parent bae8b75 commit d90c666
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 571 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ jobs:
apt update -y && apt install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt update -y && apt install -y python3.9 python3.9-distutils python3-pip software-properties-common
python3.10 -m pip install -U cffi
python3.9 -m pip install -U cffi
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
bazel run @vaticle_dependencies//tool/sync:dependencies -- --source ${CIRCLE_PROJECT_REPONAME}@$(cat VERSION)
Expand Down Expand Up @@ -978,9 +978,9 @@ workflows:
- sync-dependencies:
filters:
branches:
only: [release, one-off-sync-dependencies-bazel-run-python-path]
# requires:
# - deploy-github
only: [release]
requires:
- deploy-github
- release-cleanup:
filters:
branches:
Expand Down
Loading

0 comments on commit d90c666

Please sign in to comment.