create git hash html
This commit is contained in:
@@ -1 +0,0 @@
|
||||
#!/bin/bash
|
||||
13
pipeline/create-git-hash-html.sh
Normal file
13
pipeline/create-git-hash-html.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
# create git-hash.html
|
||||
echo "<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Git Hash</title>
|
||||
</head>
|
||||
<body>
|
||||
<pre>GITHUB_SHA = '$GITHUB_SHA';</pre>
|
||||
</body>
|
||||
</html>" > dist/git-hash.html
|
||||
Reference in New Issue
Block a user