File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,12 @@ jobs:
2727 image : openproject/community:12
2828 env :
2929 OPENPROJECT_SECRET_KEY_BASE : secret
30- OPENPROJECT_HOST__NAME : localhost:8081
30+ # OPENPROJECT_HOST__NAME: localhost:8081
3131 OPENPROJECT_HTTPS : false
3232 OPENPROJECT_PASSWORD__MIN__LENGTH : 0
3333 OPENPROJECT_ONBOARDING__ENABLED : false
3434 OPENPROJECT_AUTHENTICATION_GLOBAL__BASIC__AUTH_USER : apiadmin
3535 OPENPROJECT_AUTHENTICATION_GLOBAL__BASIC__AUTH_PASSWORD : apiadmin
36- HOST : 0.0.0.0
37- OPENPROJECT_DEV_EXTRA_HOSTS : localhost
3836 steps :
3937 - name : Cancel previous runs
4038 uses : styfle/cancel-workflow-action@0.9.1
8381
8482 - name : Install PHP Dependencies
8583 run : |
86- composer install --no-progress --prefer-dist --optimize-autoloader --no-dev
8784 git clone --depth 1 https://github.com/nextcloud/server.git -b ${{ matrix.nextcloudVersion }}
8885 cd server && git submodule update --init
8986 ./occ maintenance:install --admin-pass=admin
You can’t perform that action at this time.
0 commit comments