mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Use curl for atomix-push-bits script
Change-Id: I20d7019f56255b5a643b9b9c72ef8110837d572d
This commit is contained in:
parent
d4a78f824f
commit
df5016de98
@ -47,7 +47,7 @@ elif [ -e "$ATOMIX_MAVEN" ]; then
|
||||
else
|
||||
echo "Pushing to $node from $ATOMIX_LOCAL"
|
||||
if [ ! -f "$ATOMIX_LOCAL" ]; then
|
||||
wget -O $ATOMIX_LOCAL $ATOMIX_REMOTE
|
||||
curl -o $ATOMIX_LOCAL $ATOMIX_REMOTE
|
||||
fi
|
||||
ATOMIX_TAR=$ATOMIX_LOCAL
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user