X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Flocal-dev-host-pull.sh;fp=deliveries%2Flocal-dev-host-pull.sh;h=acb344b52b4339b6d82d7925ced1b9f672ddaf0c;hb=21a8761f684745bb300e075c7e98ad897ace9eed;hp=0000000000000000000000000000000000000000;hpb=3af8af1310d5a27cb58be29505573f0bbdc1717c;p=portal.git 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