diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 897b94d5..b4b62ee3 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -96,8 +96,7 @@ pipeline { -project ${APP_DIR}/${PROJECT_NAME}.xcodeproj \\ -scheme ${SCHEME_NAME} \\ -configuration ${CONFIGURATION} \\ - -archivePath ${ARCHIVE_PATH} \\ - + -archivePath ${ARCHIVE_PATH} """ }