We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80e70c commit 4337569Copy full SHA for 4337569
.circleci/config.yml
@@ -15,10 +15,6 @@ jobs:
15
- run: rm -Rf _build/gPodder.app/
16
- store_artifacts:
17
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
22
dummy:
23
macos:
24
xcode: "9.2.0"
0 commit comments