Update curl command 93/20793/1
authorAreli Fuss <af732p@att.com>
Thu, 26 Oct 2017 13:33:04 +0000 (16:33 +0300)
committerAreli Fuss <af732p@att.com>
Thu, 26 Oct 2017 13:33:04 +0000 (16:33 +0300)
Update curl command

Change-Id: If4ef02a845441f2c8618c10f6ff4589feedde1ff
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
assets/setup

index 952df6e..f670e4f 100755 (executable)
@@ -49,20 +49,7 @@ echo "####################################################"
 echo "[DBG] Test connection to https://packages.gitlab.com"
 echo "####################################################"
 
-curl -v --head https://packages.gitlab.com  | head -n 1
-
-resault=$?
-
-echo "[DBG] CURL returns - $resault - ."
-
-
-echo "[DBG] Test Just Get the public key"
-
-key=`curl -L https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey`
-
-echo "[DBG] CURL key:"
-
-echo $key
+curl -v https://packages.gitlab.com/gpg.key
 
 echo "####################################################"