tools to update assets
parent
4eff02241f
commit
94321937ab
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# This script assumes a linux environment
|
||||
|
||||
echo "*** µMatrix: git adding changed assets..."
|
||||
git add --update --ignore-removal --ignore-errors assets
|
||||
echo "*** µMatrix: git committing assets..."
|
||||
git commit -m 'update of third-party assets'
|
||||
echo "*** µMatrix: git pushing assets to remote master..."
|
||||
git push origin master
|
||||
|
||||
echo "*** µMatrix: git done."
|
||||
|
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# This script assumes a linux environment
|
||||
|
||||
echo "*** HTTP Switchboard: git adding changed assets..."
|
||||
git add --update --ignore-removal --ignore-errors ./*
|
||||
echo "*** HTTP Switchboard: git committing assets..."
|
||||
git commit -m 'update of third-party assets'
|
||||
echo "*** HTTP Switchboard: git pushing assets to remote master..."
|
||||
git push origin master
|
||||
|
||||
echo "*** HTTP Switchboard: git done."
|
||||
|
Loading…
Reference in New Issue