circleci: still runs as root, after all

This commit is contained in:
Eric Le Lay 2018-02-06 14:20:34 +01:00
parent d6c0d858dd
commit f3be1ebadf
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ jobs:
- run: cd gpodder-osx-bundle/_build && wget "https://github.com/gpodder/gpodder-osx-bundle/releases/download/$BUNDLE_TAG/gPodder-$BUNDLE_TAG.deps.zip"
- run: cd gpodder-osx-bundle/_build && wget "https://github.com/gpodder/gpodder-osx-bundle/releases/download/$BUNDLE_TAG/gPodder-$BUNDLE_TAG.deps.zip.sha256"
- run: cd gpodder-osx-bundle/_build && sha256sum -c "gPodder-$BUNDLE_TAG.deps.zip.sha256"
- run: cd gpodder-osx-bundle && LANG=C.UTF-8 ./release_on_linux.sh "/home/circleci/project/gpodder-osx-bundle/_build/gPodder-$BUNDLE_TAG.deps.zip" "/home/circleci/project"
- run: cd gpodder-osx-bundle && LANG=C.UTF-8 ./release_on_linux.sh "/root/project/gpodder-osx-bundle/_build/gPodder-$BUNDLE_TAG.deps.zip" "/root/project"
- run: rm -Rf gpodder-osx-bundle/_build/gPodder.app/ gpodder-osx-bundle/_build/*.deps.zip* gpodder-osx-bundle/_build/gPodder.contents
- store_artifacts:
path: /home/circleci/project/gpodder-osx-bundle/_build
path: /root/project/gpodder-osx-bundle/_build
workflows:
version: 2