Skip to content

Commit 9115cca

Browse files
committed
debug
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
1 parent 2020bb9 commit 9115cca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/shared_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
# enable app even if it is not compatible with the master branch
249249
./occ a:e -f activity oidc user_oidc groupfolders integration_openproject
250250
else
251-
./occ a:e activity oidc user_oidc groupfolders integration_openproject
251+
./occ a:e -f activity oidc user_oidc groupfolders integration_openproject
252252
cp -r apps/oidc apps/user_oidc apps/groupfolders ${{ github.workspace }}
253253
fi
254254
@@ -320,7 +320,7 @@ jobs:
320320
# enable app even if it is not compatible with the master branch
321321
docker exec nextcloud /bin/bash -c 'occ a:e -f activity oidc user_oidc groupfolders integration_openproject'
322322
else
323-
docker exec nextcloud /bin/bash -c 'occ a:e activity oidc user_oidc groupfolders integration_openproject'
323+
docker exec nextcloud /bin/bash -c 'occ a:e -f activity oidc user_oidc groupfolders integration_openproject'
324324
fi
325325
326326
- name: API Tests

0 commit comments

Comments
 (0)