Skip to content
Snippets Groups Projects
Commit d6b7a429 authored by Cam Saül's avatar Cam Saül
Browse files

remove commented out code

parent f4fd7035
No related branches found
No related tags found
No related merge requests found
...@@ -15,11 +15,7 @@ version() { ...@@ -15,11 +15,7 @@ version() {
fi fi
# Ok, now generate the appropriate version.properties file. # Ok, now generate the appropriate version.properties file.
VERSION_PROPERTIES_FILE=resources/version.properties echo "version=$VERSION" > resources/version.properties
echo "version=$VERSION" > $VERSION_PROPERTIES_FILE
# # We don't want these version changes being passed along to master so tell git to ignore them
# git update-index --assume-unchanged $VERSION_PROPERTIES_FILE
fi 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