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

Debugging pages.

parent 8514e243
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33342 failed
......@@ -60,7 +60,7 @@ prepare:release:
- mv safe_links_cleaner* ../../safelinks-cleaner-firefox-$VARIANT.xpi
artifacts:
paths:
- safelinks-cleaner-firefox.xpi
- safelinks-cleaner-firefox-$VARIANT.xpi
build:firefox:beta:
extends: .build:firefox
......@@ -132,10 +132,15 @@ collect:
pages:
stage: deploy
image: python:3.7-stretch
script:
- cp -r site .public
- grep "%BUILDDATE%" .public/index.html
- grep "%VERSION%" .public/index.html
- sed -i -e "s|%BUILDDATE%|$(date +'%Y-%m-%d %H:%M')|g" .public/index.html
- sed -i -e "s|%VERSION%|$(cat version)|g" .public/index.html
- grep "%BUILDDATE%" .public/index.html
- grep "%VERSION%" .public/index.html
- cp safelinks-cleaner-*.xpi .public
- mv .public public
- ls -lr public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment