Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 16:34:18 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 16:34:18 +0300
commit61d0dee62b0ecccd58e90c75cbe46ccc4bcf27eb (patch)
treed40e494137e3f7393907b14315f1191294377db9
parent2d285a3b9d2d09e394fa034deecfe6b84aa19393 (diff)
Improve firefox deployment
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Readme.md5
2 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf34acf..ca16f20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ Publish Nightly Firefox:
- 'sed -i -e "s|\"gecko\": {|\"gecko\":{\"update_url\":\"ARTIFACT_URL\",|g" ./dist/firefox-extension/manifest.json'
- 'sed -i -e "s|ARTIFACT_URL|${ARTIFACT_URL}|g" ./dist/firefox-extension/manifest.json'
- 'sed -i -e "s|FILE|updates.json|g" ./dist/firefox-extension/manifest.json'
- - 'web-ext sign --channel unlisted --id ${FIREFOX_EXTENSION_ID}'
+ - 'web-ext sign --channel unlisted --no-input --ignore-files updates.json --id ${FIREFOX_EXTENSION_ID}'
- 'export EXT_FILENAME=$(cd ./dist/firefox-extension/ && ls nextcloud_passwords_client*)'
- 'sed -i -e "s|BUILD|${CI_PIPELINE_ID}|g" ./dist/firefox-extension/updates.json'
- 'sed -i -e "s|ARTIFACT_URL|${ARTIFACT_URL}|g" ./dist/firefox-extension/updates.json'
diff --git a/Readme.md b/Readme.md
index 5e963ea..a02a61a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -18,8 +18,9 @@ Nextcloud can be downloaded for free from the [Nextcloud website](https://nextcl
The Passwords App can be downloaded for free from the [Nextcloud app store](https://apps.nextcloud.com/apps/passwords).
### Downloads
-* [Firefox Extension on AMO](https://addons.mozilla.org/de/firefox/addon/nextcloud-passwords/)
-* [Chrome Extension in the Chrome Webs Store](https://chrome.google.com/webstore/detail/nextcloud-passwords/mhajlicjhgoofheldnmollgbgjheenbi)
+* [Firefox Extension](https://addons.mozilla.org/de/firefox/addon/nextcloud-passwords/)
+* [Chrome Extension](https://chrome.google.com/webstore/detail/nextcloud-passwords/mhajlicjhgoofheldnmollgbgjheenbi)
+* [Firefox Extension Development Build](https://git.mdns.eu/nextcloud/passwords-webextension/-/jobs/artifacts/testing/browse/dist/firefox-extension?job=Publish+Nightly+Firefox)
### Development
See [contributing](Contributing.md).