Skip to content

Commit

Permalink
Fixed Jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 22, 2015
1 parent a803904 commit dfc571c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ git push -f origin "b$VERSION"

##### Archive and export app

pushd "GitUpKit"
pushd "GitUp"
xcodebuild archive -scheme "Application" -archivePath "../build/$PRODUCT_NAME.xcarchive" "BUNDLE_VERSION=$VERSION" # SYMROOT is ignored?
xcodebuild -exportArchive -archivePath "../build/$PRODUCT_NAME.xcarchive" -exportPath "../build/$PRODUCT_NAME" # SYMROOT is ignored?
ditto -c -k --keepParent "../build/$PRODUCT_NAME.xcarchive" "../build/$PRODUCT_NAME.xcarchive.zip"
popd "GitUpKit"
popd "GitUp"

##### Upload to S3 and update Appcast

Expand Down

0 comments on commit dfc571c

Please sign in to comment.