check git hash to reset page
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Git Hash</title>
|
||||
</head>
|
||||
<body>
|
||||
<pre>GITHUB_SHA = '$GITHUB_SHA';</pre>
|
||||
</body>
|
||||
</html>" > dist/git-hash.html
|
||||
echo "$GITHUB_SHA" > dist/git-hash.html
|
||||
Reference in New Issue
Block a user