summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2023-01-16 23:25:12 +0100
committerivarlovlie <git@ivarlovlie.no>2023-01-16 23:25:12 +0100
commit9eaac635ac7455db5cde45a7ce3f816ca96eef96 (patch)
tree91c931e148f44c4367b7d192efad068d1ce68300
parent09c70699384472c121912c8dc36dfe4b02539fe7 (diff)
downloadblob-bin-9eaac635ac7455db5cde45a7ce3f816ca96eef96.tar.xz
blob-bin-9eaac635ac7455db5cde45a7ce3f816ca96eef96.zip
feat: Dont add version.txt to gitHEADmaster
-rwxr-xr-xbuild_and_push.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_and_push.sh b/build_and_push.sh
index 1db0309..89faad2 100755
--- a/build_and_push.sh
+++ b/build_and_push.sh
@@ -40,7 +40,6 @@ echo
# Put version.txt inside of server
pushd src/wwwroot
echo "$NEW_VERSION" >version.txt
-git add version.txt
popd
git commit --quiet -m "chore(release): Bump version"