|
@@ -42,9 +42,8 @@ after_failure:
|
|
|
- cat -n ~/Library/Logs/scan/*
|
|
|
- cat -n $TMPDIR/com.apple.dt.XCTest-status/Session*.log
|
|
|
- cat -n ~/Library/Logs/DiagnosticReports/xctest*.crash
|
|
|
-# Commenting Deploy out until out of beta
|
|
|
-# deploy:
|
|
|
-# provider: script
|
|
|
-# script: fastlane complete_framework_release --env deploy
|
|
|
-# on:
|
|
|
-# tags: true
|
|
|
+deploy:
|
|
|
+ provider: script
|
|
|
+ script: fastlane complete_framework_release --env deploy
|
|
|
+ on:
|
|
|
+ tags: true
|