diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 150f7c0c..1c6d2d15 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -87,9 +87,7 @@ pipeline { xcodebuild clean \\ -project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\ -scheme ${SCHEME_NAME} \\ - -configuration ${CONFIGURATION} \\ - - archive + -configuration ${CONFIGURATION} """ }