mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 19:50:17 +00:00
Fix Travis Not Writing Build Number into README.md
This commit is contained in:
parent
56dc46b419
commit
d48fba78f4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ now="$(date)"
|
|||
end=$(date +%s.%N)
|
||||
echo $_startmarker >> $_tmpnginxA
|
||||
runtime=$(python -c "print(${end} - ${start})")
|
||||
printf "# VERSION: "$MY_GIT_TAG"" >> $_tmpnginxA
|
||||
printf "############################################\n# Version: "$MY_GIT_TAG"\n############################################\n" >> $_tmpnginxA
|
||||
echo $_endmarker >> $_tmpnginxA
|
||||
IFS=$LASTUPDATEIFS
|
||||
mv $_tmpnginxA $_inputdbA
|
||||
|
|
Loading…
Add table
Reference in a new issue