Skip to content

Instantly share code, notes, and snippets.

@LemonSpike
Created April 21, 2022 19:31
Show Gist options
  • Save LemonSpike/da9086ac9915f9dbe10c1c5b03dd3d07 to your computer and use it in GitHub Desktop.
Save LemonSpike/da9086ac9915f9dbe10c1c5b03dd3d07 to your computer and use it in GitHub Desktop.
WeTransfer-iOS-CI Danger testing build script
npm install -g danger
echo $PULL_REQUEST_URL
swift build
cd Submodules/WeTransfer-iOS-CI
swift run danger-swift ci --cache-path ../../.build --build-path ../../.build --cwd ../../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment