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 02:47:39 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 02:47:39 +0300
commit7e9273e1043afec1fc39e4190a586be3e3bb1cde (patch)
treeb48c161543c1558bda0eeb33f76b0ddb593c4ca6 /.gitlab-ci.yml
parent96a72c4335ed91f4eda716950b8b4cc039063a2c (diff)
Disable chrome publishing
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cef6eed..ab72ba6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,15 +44,15 @@ Publish Nightly Firefox:
only:
- testing
-Publish Nightly Chrome:
- stage: publishing
- script:
- - 'export WEXT_SHIPIT_CHROME_EXTENSION_ID=${CHROME_EXTENSION_ID_TESTING}'
- - 'npx @wext/shipit chrome dist/chrome-extension'
- environment:
- name: Testing
- only:
- - testing
+#Publish Nightly Chrome:
+# stage: publishing
+# script:
+# - 'export WEXT_SHIPIT_CHROME_EXTENSION_ID=${CHROME_EXTENSION_ID_TESTING}'
+# - 'npx @wext/shipit chrome dist/chrome-extension'
+# environment:
+# name: Testing
+# only:
+# - testing
Publish Stable Firefox:
stage: publishing