Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/oci.yml')
-rw-r--r--.github/workflows/oci.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml
index b24408c..c29bed5 100644
--- a/.github/workflows/oci.yml
+++ b/.github/workflows/oci.yml
@@ -20,9 +20,8 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['oci']
- server-versions: ['stable21']
- name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
+ name: php${{ matrix.php-versions }}-${{ matrix.databases }}
services:
oracle:
@@ -35,14 +34,8 @@ jobs:
uses: actions/checkout@v2
with:
repository: nextcloud/server
- ref: ${{ matrix.server-versions }}
-
- - name: Checkout submodules
- shell: bash
- run: |
- auth_header="$(git config --local --get http.https://github.com/.extraheader)"
- git submodule sync --recursive
- git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
+ ref: ${{ github.base_ref }}
+ submodules: true
- name: Checkout app
uses: actions/checkout@v2