From c22690eb7bc97ade38d5d56280c8aed4c76d1e10 Mon Sep 17 00:00:00 2001 From: David Byers <david.byers@liu.se> Date: Thu, 21 Jan 2021 19:49:50 +0100 Subject: [PATCH] Added website files. Try to fix CI/CD --- .gitlab-ci.yml | 4 ++-- site/index.html | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 site/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 980e03f..bd9cb4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,8 +8,8 @@ build: script: - cat /etc/issue - uname -a - - apt-get update - - apt-get install zip + - apt-get -y update + - apt-get -y install zip - cd extension - zip -r ../safelinks-cleaner-thunderbird.xpi * artifacts: diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..51c263a --- /dev/null +++ b/site/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>safelinks-cleaner-mailextension</title> + </head> + <body> + <a href="safelinks-cleaner-thunderbird.xpi">Download latest version</a> + </body> +</html> -- GitLab