Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
safelinks-cleaner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
safelinks
safelinks-cleaner
Commits
ddcd8843
Commit
ddcd8843
authored
4 years ago
by
David Byers
Browse files
Options
Downloads
Patches
Plain Diff
Build CRX for chrome. #force-rebuild:chrome
parent
b39bdb54
No related branches found
No related tags found
No related merge requests found
Pipeline
#34366
failed
4 years ago
Stage: prepare
Stage: collect
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-7
11 additions, 7 deletions
.gitlab-ci.yml
site/index.html
+1
-1
1 addition, 1 deletion
site/index.html
with
12 additions
and
8 deletions
.gitlab-ci.yml
+
11
−
7
View file @
ddcd8843
...
...
@@ -131,19 +131,18 @@ build:edge:release:
.build:chrome
:
stage
:
build
image
:
python:3.7-stretch
script
:
-
apt-get -y update
-
apt-get -y install zip
-
cd build/chrome
-
zip -r ../../safelinks-cleaner-edge-$VARIANT.zip *
artifacts
:
paths
:
-
safelinks-cleaner-
edg
e-$VARIANT.zip
-
safelinks-cleaner-
chrom
e-$VARIANT.zip
build:chrome:beta
:
extends
:
.build:chrome
variables
:
VARIANT
:
beta
script
:
-
apt-get -y update
-
apt-get -y install zip
-
bash scripts/crxbuild.sh -o safelinks-cleaner-chrome-$VARIANT.crx -k "$CHROME_SIGNING_KEY" -s build/chrome
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!=
"master"'
when
:
never
...
...
@@ -163,6 +162,11 @@ build:chrome:release:
extends
:
.build:chrome
variables
:
VARIANT
:
release
script
:
-
apt-get -y update
-
apt-get -y install zip
-
cd build/chrome
-
zip -r ../../safelinks-cleaner-chrome-$VARIANT.zip *
<<
:
*release_rules
...
...
@@ -280,7 +284,7 @@ pages:
-
cp safelinks-cleaner-firefox-beta.xpi .public
-
cp safelinks-cleaner-thunderbird-beta.xpi .public
-
cp safelinks-cleaner-edge-beta.zip .public
-
cp safelinks-cleaner-edge-chrome.
zip
.public
-
cp safelinks-cleaner-edge-chrome.
crx
.public
-
mv .public public
-
ls -lR public
needs
:
...
...
This diff is collapsed.
Click to expand it.
site/index.html
+
1
−
1
View file @
ddcd8843
...
...
@@ -91,7 +91,7 @@
Download the Safe Links Cleaner beta version for
the Google Chrome Browser.
</p>
<a
class=
"btn btn-blue"
href=
"safelinks-cleaner-chrome-beta.
zip
"
>
Beta
</a>
<a
class=
"btn btn-blue"
href=
"safelinks-cleaner-chrome-beta.
crx
"
>
Beta
</a>
</div>
<!--//item-inner-->
</div>
<!--//item-->
<div
class=
"item item-primary col-lg-4 col-6"
>
...
...
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