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 15:11:09 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-01-12 15:11:09 +0300
commitb43dbc2f9e24adf554f9e09c03e515c61d115c39 (patch)
tree5a0d92c7cd4e265cb94815f7a1e285e1657c305c /.gitlab-ci.yml
parent7e9273e1043afec1fc39e4190a586be3e3bb1cde (diff)
Use different image for ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab72ba6..b048a5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,6 +2,8 @@ stages:
- compiling
- publishing
+image: passwords-webextension-builder
+
Compile Firefox:
stage: compiling
script:
@@ -38,7 +40,7 @@ Publish Nightly Firefox:
- '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'
- 'sed -i -e "s|FILE|extension.xpi|g" ./dist/firefox-extension/updates.json'
- - 'npx web-ext sign --channel unlisted'
+ - 'web-ext sign --channel unlisted'
environment:
name: Testing
only:
@@ -48,7 +50,7 @@ Publish Nightly Firefox:
# stage: publishing
# script:
# - 'export WEXT_SHIPIT_CHROME_EXTENSION_ID=${CHROME_EXTENSION_ID_TESTING}'
-# - 'npx @wext/shipit chrome dist/chrome-extension'
+# - 'shipit chrome dist/chrome-extension'
# environment:
# name: Testing
# only:
@@ -58,7 +60,7 @@ Publish Stable Firefox:
stage: publishing
script:
- 'rm dist/firefox-extension/updates.json'
- - 'npx @wext/shipit firefox dist/firefox-extension'
+ - 'shipit firefox dist/firefox-extension'
environment:
name: Stable
only:
@@ -68,7 +70,7 @@ Publish Stable Chrome:
stage: publishing
script:
- 'export WEXT_SHIPIT_CHROME_EXTENSION_ID=${CHROME_EXTENSION_ID_STABLE}'
- - 'npx @wext/shipit chrome dist/chrome-extension'
+ - 'shipit chrome dist/chrome-extension'
environment:
name: Stable
only: