Browse Source

Fix Gitlab QA Task

tags/8.7.0.41497
Belen Pruvost 3 years ago
parent
commit
c8b472d733
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .cirrus.yml

+ 1
- 1
.cirrus.yml View File

@@ -238,7 +238,7 @@ qa_gitlab_task:
# Depth of 1 is not enough because it would fail the build in case of consecutive pushes
# (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
CIRRUS_CLONE_DEPTH: 50
QA_CATEGORY: AZURE
QA_CATEGORY: GITLAB
gradle_cache:
folder: ~/.gradle/caches
script:

Loading…
Cancel
Save