Skip to content

Commit

Permalink
clean temporary gomock folders (#1912)
Browse files Browse the repository at this point in the history
Signed-off-by: Karan.Magdani <[email protected]>
  • Loading branch information
Karan Magdani authored Feb 10, 2022
1 parent f400002 commit 6ad5a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ clean:
rm -rf python/az/aro/{aro.egg-info,build,dist} aro
find python -type f -name '*.pyc' -delete
find python -type d -name __pycache__ -delete
find -type d -name 'gomock_reflect_[0-9]*' -exec rm -rf {} \+ 2>/dev/null

client: generate
hack/build-client.sh "${AUTOREST_IMAGE}" 2020-04-30 2021-09-01-preview
Expand Down

0 comments on commit 6ad5a2d

Please sign in to comment.