Skip to content

Commit e84809c

Browse files
committed
More ignores in clean
1 parent 4e8a108 commit e84809c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Fetch submodules
5959
run: |
60-
git clean -fdx -e ${{ vars.ENV_FILE }}
60+
git clean -fdx -e ${{ vars.ENV_FILE }} -e 'redeploy.*.sh' -e 'docker/'
6161
git submodule foreach --recursive 'git clean -fdx'
6262
cd backend
6363
cd apps
@@ -139,7 +139,7 @@ jobs:
139139
sshpass ssh -o StrictHostKeyChecking=no ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }} bash <<'ENDSSH'
140140
cd ${{ vars.REPO_CLONE_PATH }}
141141
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/'
143143
git submodule foreach --recursive 'git clean -fdx'
144144
sudo make fetch-modules
145145
cd ${{ vars.REPO_CLONE_PATH }}/backend/apps/ifc_validation/checks/ifc_gherkin_rules && git checkout -q ${{ vars.BRANCH_NAME }} && git pull

0 commit comments

Comments
 (0)