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 merge requests found
......@@ -15,11 +15,7 @@ version() {
fi
# Ok, now generate the appropriate version.properties file.
VERSION_PROPERTIES_FILE=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
echo "version=$VERSION" > resources/version.properties
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