File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 60
60
run : |
61
61
cd backend
62
62
cd apps
63
+ git clean -fdx
64
+ git submodule foreach --recursive 'git clean -fdx'
63
65
git submodule update --init --recursive
64
66
git submodule update --remote
65
67
@@ -138,6 +140,8 @@ jobs:
138
140
sshpass ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} bash <<'ENDSSH'
139
141
cd ${{ vars.REPO_CLONE_PATH }}
140
142
git checkout -q ${{ vars.BRANCH_NAME }} && git pull
143
+ git clean -fdx
144
+ git submodule foreach --recursive 'git clean -fdx'
141
145
sudo make fetch-modules
142
146
cd ${{ vars.REPO_CLONE_PATH }}/backend/apps/ifc_validation/checks/ifc_gherkin_rules && git checkout -q ${{ vars.BRANCH_NAME }} && git pull
143
147
cd ./ifc_validation_models && git checkout -q ${{ vars.BRANCH_NAME }} && git pull
You can’t perform that action at this time.
0 commit comments