diff options
| author | crystal <crystal@noreply.codeberg.org> | 2023-11-25 17:12:14 -0700 | 
|---|---|---|
| committer | crystal <crystal@noreply.codeberg.org> | 2023-11-25 17:12:14 -0700 | 
| commit | 7e75283801bced3535dd5f1e3c7027f872433364 (patch) | |
| tree | 1df847976ba7a8e2c969dfff6a6dec109dba8884 /.crystalintegration.yml | |
| parent | e27c8710387cf48e1e77eafcdc02b3b9a3c526c8 (diff) | |
Fix data directory chmod
Diffstat (limited to '.crystalintegration.yml')
| -rw-r--r-- | .crystalintegration.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/.crystalintegration.yml b/.crystalintegration.yml index 150e48c..b1dd5d4 100644 --- a/.crystalintegration.yml +++ b/.crystalintegration.yml @@ -305,6 +305,9 @@ steps:      group: pkg-test-5      commands:        - ./.ci-make.sh install-repo-test ./repo-deb/forgejo-deb-repo_0-0_all.deb forgejo-sqlite +      - ./.ci-make.sh force-clean-forgejo +      - ./.ci-make.sh install-run-test ./forgejo-sqlite_*_amd64.deb +      - ./.ci-make.sh verify-data-dir-chmod    upload-crystalcommit:      image: woodpeckerci/plugin-gitea-release  | 
