Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna committed Jul 5, 2023
1 parent 18508bf commit 1c41cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
name: Clone
command: git clone [email protected]:specklesystems/specklepy_qt_ui.git specklepy_qt_ui
command: |
git clone [email protected]:specklesystems/specklepy_qt_ui.git specklepy_qt_ui
rm *.git
rm *.gitignore
- persist_to_workspace:
root: ./
paths:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ dclean:
@echo "-----------------------------------"
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname "*.pyc" -delete
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname "*.gif" -delete
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)/specklepy_qt_ui -iname "*.git" -prune -exec rm -Rf {} \;
find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname ".git" -prune -exec rm -Rf {} \;


Expand Down

0 comments on commit 1c41cf1

Please sign in to comment.