diff options
Diffstat (limited to 'deliveries/local-dev-host-pull.sh')
-rw-r--r-- | deliveries/local-dev-host-pull.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deliveries/local-dev-host-pull.sh b/deliveries/local-dev-host-pull.sh new file mode 100644 index 00000000..acb344b5 --- /dev/null +++ b/deliveries/local-dev-host-pull.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# Refreshes an existing build area for Portal projects on on a dev/test host such as vm-ep-dev3 + +set -x +git pull +cd sdk +git pull |