Skip to content

Commit

Permalink
remove upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
elelay committed Nov 22, 2020
1 parent d80e70c commit 4337569
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
- run: rm -Rf _build/gPodder.app/
- store_artifacts:
path: /Users/distiller/project/_build
- run: echo -e "$SSH_KEY" > /Users/distiller/project/gpodderbuild
- run: chmod go-rwx /Users/distiller/project/gpodderbuild
- run: if git describe --tags --exact-match 2>/dev/null; then rsync -e "ssh -p$RSYNC_PORT -i /Users/distiller/project/gpodderbuild -o StrictHostKeyChecking=no" -avrz "_home" "_build" "$RSYNC_HOME/$CIRCLE_BUILD_NUM/"; fi
- run: rm /Users/distiller/project/gpodderbuild
dummy:
macos:
xcode: "9.2.0"
Expand Down

0 comments on commit 4337569

Please sign in to comment.