Skip to content

Commit 4466262

Browse files
committed
re piecemeal update
1 parent a8d0340 commit 4466262

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

assets/update-git.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
#
3+
# This script assumes a linux environment
4+
5+
echo "*** HTTP Switchboard: git adding changed assets..."
6+
git add --update --ignore-removal --ignore-errors ./*
7+
echo "*** HTTP Switchboard: git committing assets..."
8+
git commit -m 'automatic update of third-party assets'
9+
echo "*** HTTP Switchboard: git pushing assets to remote master..."
10+
git push origin master
11+
12+
echo "*** HTTP Switchboard: git done."
13+

0 commit comments

Comments
 (0)