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

Correct build script.

parent 1606753f
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33087 passed
...@@ -18,7 +18,7 @@ pages: ...@@ -18,7 +18,7 @@ pages:
stage: deploy stage: deploy
script: script:
- cp -r site .public - cp -r site .public
- sed -ei "s/%DATE%/$(date +'%Y-%m-%d %H:%M')/g" .public/index.html - sed -i -e "s/%BUILDDATE%/$(date +'%Y-%m-%d %H:%M')/g" .public/index.html
- cp build/safelinks-cleaner-thunderbird.xpi .public - cp build/safelinks-cleaner-thunderbird.xpi .public
- cp build/safelinks-cleaner-firefox.xpi .public - cp build/safelinks-cleaner-firefox.xpi .public
- mv .public public - mv .public 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