Skip to content
Snippets Groups Projects
Commit 8f9391d1 authored by Cam Saul's avatar Cam Saul
Browse files

tell git to ignore changes to version.clj

parent 066c448f
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ generate_version_info() {
# Ok, now generate the appropriate file. Ha! we are ghetto
cat src/metabase/version.clj.template | perl -pe "s/{{VERSION}}/$LATEST_TAG/" > src/metabase/version.clj
# We don't want these version changes being passed along to master so to git to ignore them
git update-index --assume-unchanged src/metabase/version.clj
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment