mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-02-16 21:58:01 +00:00
Fix error and typo in maintain script
This commit is contained in:
parent
5bc4c9d380
commit
2545ef4e02
@ -123,9 +123,9 @@ import_tags () {
|
||||
git checkout $TAG -- .
|
||||
git checkout master -- CMakeLists.txt
|
||||
cd "$WORKSPACE/auto"
|
||||
echo "CleanUp fot tag"
|
||||
echo "CleanUp for tag"
|
||||
make clean
|
||||
echo "Generated Source Update fot tag"
|
||||
echo "Generated Source Update for tag"
|
||||
cd "$WORKSPACE"
|
||||
make extensions
|
||||
git reset
|
||||
@ -141,7 +141,7 @@ import_tags () {
|
||||
|
||||
git push ${PUSH_ARG} origin glew-cmake-release
|
||||
if [ -z "$PUSH_ARG" ]; then
|
||||
git push --tags ${PUSH_ARGS} origin
|
||||
git push --tags ${PUSH_ARG} origin
|
||||
fi
|
||||
|
||||
# when test mode, reset created commits
|
||||
|
Loading…
Reference in New Issue
Block a user