Skip to content

Commit

Permalink
Update CircleCI to use Orb v2
Browse files Browse the repository at this point in the history
This PR updates the CircleCI config the v2 orb. This has updated
needed for changes in GEOSgcm_App and Baselibs
  • Loading branch information
mathomp4 committed Jan 26, 2024
1 parent b846484 commit dff31a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

# Anchors in case we need to override the defaults from the orb
#baselibs_version: &baselibs_version v7.14.0
#bcs_version: &bcs_version v11.1.0
#baselibs_version: &baselibs_version v7.17.0
#bcs_version: &bcs_version v11.3.0


orbs:
ci: geos-esm/circleci-tools@1
ci: geos-esm/circleci-tools@2

workflows:
build-test:
Expand Down

0 comments on commit dff31a0

Please sign in to comment.