Skip to content

Commit 4337569

Browse files
committed
remove upload step
1 parent d80e70c commit 4337569

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
- run: rm -Rf _build/gPodder.app/
1616
- store_artifacts:
1717
path: /Users/distiller/project/_build
18-
- run: echo -e "$SSH_KEY" > /Users/distiller/project/gpodderbuild
19-
- run: chmod go-rwx /Users/distiller/project/gpodderbuild
20-
- 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
21-
- run: rm /Users/distiller/project/gpodderbuild
2218
dummy:
2319
macos:
2420
xcode: "9.2.0"

0 commit comments

Comments
 (0)