File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
58
58
- name : Fetch submodules
59
59
run : |
60
- git clean -fdx -e ${{ vars.ENV_FILE }}
60
+ git clean -fdx -e ${{ vars.ENV_FILE }} -e 'redeploy.*.sh' -e 'docker/'
61
61
git submodule foreach --recursive 'git clean -fdx'
62
62
cd backend
63
63
cd apps
@@ -139,7 +139,7 @@ jobs:
139
139
sshpass ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} bash <<'ENDSSH'
140
140
cd ${{ vars.REPO_CLONE_PATH }}
141
141
git checkout -q ${{ vars.BRANCH_NAME }} && git pull
142
- git clean -fdx -e ${{ vars.ENV_FILE }}
142
+ git clean -fdx -e ${{ vars.ENV_FILE }} -e 'redeploy.*.sh' -e 'docker/'
143
143
git submodule foreach --recursive 'git clean -fdx'
144
144
sudo make fetch-modules
145
145
cd ${{ vars.REPO_CLONE_PATH }}/backend/apps/ifc_validation/checks/ifc_gherkin_rules && git checkout -q ${{ vars.BRANCH_NAME }} && git pull
You can’t perform that action at this time.
0 commit comments