diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 561000730..88148e530 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -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 'v10.*' | sort -V | tail -1) - branch=pyangbind-version + branch=$(git tag -l 'v10.*' | sort -V | tail -1) git checkout $branch volumes: - name: 'ssh'