Skip to content
Snippets Groups Projects
Commit 07ec4bca authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

feat: pin scim app

parent b1962f86
No related branches found
No related tags found
No related merge requests found
Pipeline #1873 passed with stages
in 10 minutes and 18 seconds
......@@ -5,7 +5,7 @@ for url in $(cat nextcloud.json | jq -r .apps[]); do
curl -Ls $url | tar xz
done
curl -Ls "https://hot-objects.liiib.re/artifacts/scimserviceprovider.tar.gz" | tar xz
curl -Ls "https://hot-objects.liiib.re/artifacts/scimserviceprovider-v1.0.0-alpha.0.tar.gz" | tar xz
# Temp fix for https://github.com/owncloud/music/issues/818
cd music && chmod -R 755 dist/ && cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment