Skip to content

Commit

Permalink
Update to v10 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Jul 14, 2023
1 parent cb97bd1 commit 2133712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ steps:
git clone git@github.com:openconfig/models-ci.git /go/src/github.com/openconfig/models-ci
cd /go/src/github.com/openconfig/models-ci
# Modify the major version to update models-ci version.
#branch=$(git tag -l 'v9*' | sort -V | tail -1)
branch=local-pyangbind-plugin
branch=$(git tag -l 'v10.*' | sort -V | tail -1)
git checkout $branch
volumes:
- name: 'ssh'
Expand Down

0 comments on commit 2133712

Please sign in to comment.