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

Corrected VERSION replacement.

parent 804cc87b
No related branches found
Tags 1.5.1.10
1 merge request!8Beta
Pipeline #33334 passed
......@@ -134,8 +134,8 @@ pages:
stage: deploy
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
- 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
......
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