Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
metager-webextension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
metager-webextension
Commits
5992b8a0
Commit
5992b8a0
authored
8 months ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
add release job for mozilla amo
parent
cbe1f87c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-2
13 additions, 2 deletions
.gitlab-ci.yml
with
13 additions
and
2 deletions
.gitlab-ci.yml
+
13
−
2
View file @
5992b8a0
variables
:
NODE_TAG
:
20
stages
:
stages
:
-
build
-
build
-
release
-
release
chrome_extension
:
chrome_extension
:
stage
:
build
stage
:
build
image
:
node:
20
image
:
node:
${NODE_TAG}
rules
:
rules
:
-
if
:
$CI_COMMIT_TAG
-
if
:
$CI_COMMIT_TAG
script
:
script
:
...
@@ -16,7 +19,7 @@ chrome_extension:
...
@@ -16,7 +19,7 @@ chrome_extension:
firefox_extension
:
firefox_extension
:
stage
:
build
stage
:
build
image
:
node:
20
image
:
node:
${NODE_TAG}
rules
:
rules
:
-
if
:
$CI_COMMIT_TAG
-
if
:
$CI_COMMIT_TAG
script
:
script
:
...
@@ -48,3 +51,11 @@ release:
...
@@ -48,3 +51,11 @@ release:
-
name
:
"
firefox"
-
name
:
"
firefox"
filepath
:
/metager_search-firefox.zip
filepath
:
/metager_search-firefox.zip
url
:
"
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/metager_search/${CI_COMMIT_TAG}/metager_search-${CI_COMMIT_TAG}-firefox.zip"
url
:
"
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/metager_search/${CI_COMMIT_TAG}/metager_search-${CI_COMMIT_TAG}-firefox.zip"
amo
:
stage
:
release
image
:
node:${NODE_TAG}
rules
:
-
if
:
$CI_COMMIT_TAG
script
:
-
npm run prod-ff-release
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment