File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ unittests:
8080# Run bats tests
8181.PHONY : bats
8282bats :
83- ./scripts/run-app.sh " 31 .0.8 " 1
83+ ./scripts/run-app.sh " 32 .0.0 " 1
8484 bats --verbose-run --timing --trace ./tests/bats
8585
8686# Complete production like but static Nextcloud and app setup
8787.PHONY : prod
8888prod : oc
89- ./scripts/run-app.sh " 31 .0.8 " 1
89+ ./scripts/run-app.sh " 32 .0.0 " 1
9090
9191# Same as clean but also removes dependencies and build related folders
9292.PHONY : distclean
Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ Please make sure the "Authentication Method" "Resource Owner Password Flow" is s
6060 <background-jobs >
6161 <job >OCA\GDataVaas\BackgroundJobs\ScanJob</job >
6262 <job >OCA\GDataVaas\BackgroundJobs\TagUnscannedJob</job >
63- <job >OCA\GDataVaas\BackgroundJobs\NotifyAdminJob</job >
6463 </background-jobs >
6564 <commands >
6665 <command >OCA\GDataVaas\Command\GetTagIdCommand</command >
You can’t perform that action at this time.
0 commit comments