Skip to content

Commit

Permalink
Remove a leaf without updating major version
Browse files Browse the repository at this point in the history
  • Loading branch information
wenovus committed Aug 2, 2023
1 parent fa46e18 commit 5ce9702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
BASEREPODIR=public_base
#git clone "https://github.com/openconfig/public.git" "${BASEREPODIR}"
#cd "${BASEREPODIR}"
mkdir "${BASEREPODIR}"
mkdir -p "${BASEREPODIR}/release"
git checkout "${BASE}"
cp -r release/models "${BASEREPODIR}/release"
cp -r third_party "${BASEREPODIR}"
Expand Down

0 comments on commit 5ce9702

Please sign in to comment.