Skip to content

Commit

Permalink
Trying to fix submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
araneforseti committed Jan 8, 2025
1 parent 887abe7 commit f2824af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ vendor/*
# Failing Snapshot Tests
SnapshotResults
artifacts/

# Automation Config
wire-ios-automation/ios/backendConnections.json
1 change: 1 addition & 0 deletions wire-ios-automation/ios/Tests.Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ node("Job_distributor") {
extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'wire-ios'],
[$class: 'SparseCheckoutPaths', sparseCheckoutPaths: [[path: 'wire-ios-automation/ios'], [path: 'wire-ios-automation/tools']]],
[$class: 'CheckoutOption', timeout: 30],
[$class: 'SubmoduleOption', disableSubmodules: false, parentCredentials: false, recursiveSubmodules: true, reference: '', trackingSubmodules: true],
[$class: 'CloneOption', depth: 0, noTags: true, reference: '', shallow: true, timeout: 30],
[$class: 'BuildChooserSetting', buildChooser: [$class: 'DefaultBuildChooser']]],
submoduleCfg: [],
Expand Down

0 comments on commit f2824af

Please sign in to comment.