website: Before building, log which revision we are building
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
4f58067295
commit
0c61eba755
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone --branch {% if env == "staging" %}staging{% else %}master{% endif %} https://pagure.io/fedora-web/websites.git
|
git clone --branch {% if env == "staging" %}staging{% else %}master{% endif %} https://pagure.io/fedora-web/websites.git
|
||||||
cd websites
|
cd websites
|
||||||
|
git rev-parse HEAD
|
||||||
exec ./build-prod.sh /output
|
exec ./build-prod.sh /output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue