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

Include build version on site.

parent f05b27ac
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33327 passed
......@@ -134,6 +134,7 @@ pages:
script:
- cp -r site .public
- 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
- cp safelinks-cleaner-*.xpi .public
- mv .public public
- ls -lr public
......
......@@ -31,7 +31,7 @@
Links. Download the stable extension using your browser or
mail program, or join the beta crowd here.
<br />
<span class="small">Most recent build: %BUILDDATE% UTC</span>
<span class="small">Most recent build: %VERSION% (%BUILDDATE% UTC)</span>
</div><!--//tagline-->
</div><!--//container-->
</header><!--//header-->
......
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