Skip to content

Commit 428e8ff

Browse files
authored
Merge pull request #220 from wunderio/feature/OPS-470-circleci-checkouf
Method required for checkout job
2 parents 881607e + fb92ce5 commit 428e8ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

orb/jobs/@drupal.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ analyze:
1616
type: string
1717
default: "web/modules,web/themes"
1818
steps:
19-
- checkout
19+
- checkout:
20+
method: full
2021
- run: >-
2122
sonar-scanner -Dsonar.host.url="${SONAR_HOST}"
2223
-Dsonar.token="${SONAR_TOKEN}"

0 commit comments

Comments
 (0)