Skip to content
Snippets Groups Projects
Commit c22690eb authored by David Byers's avatar David Byers
Browse files

Added website files. Try to fix CI/CD

parent 5cfa74a8
No related branches found
No related tags found
No related merge requests found
Pipeline #31610 passed
...@@ -8,8 +8,8 @@ build: ...@@ -8,8 +8,8 @@ build:
script: script:
- cat /etc/issue - cat /etc/issue
- uname -a - uname -a
- apt-get update - apt-get -y update
- apt-get install zip - apt-get -y install zip
- cd extension - cd extension
- zip -r ../safelinks-cleaner-thunderbird.xpi * - zip -r ../safelinks-cleaner-thunderbird.xpi *
artifacts: artifacts:
......
<html>
<head>
<title>safelinks-cleaner-mailextension</title>
</head>
<body>
<a href="safelinks-cleaner-thunderbird.xpi">Download latest version</a>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment