We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d0340 commit 4466262Copy full SHA for 4466262
1 file changed
assets/update-git.sh
@@ -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