diff options
author | Areli Fuss <af732p@att.com> | 2017-10-26 16:33:04 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-26 16:33:04 +0300 |
commit | a972b2659e4087aeab39a01ded7e6cadbc514a56 (patch) | |
tree | 18c575573f1e65be4039a8bfca82f74f310ae5a6 /assets | |
parent | c69c207baf1159878317dd8f4c37055dfbc8ecbf (diff) |
Update curl command
Update curl command
Change-Id: If4ef02a845441f2c8618c10f6ff4589feedde1ff
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/setup | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/assets/setup b/assets/setup index 952df6e..f670e4f 100755 --- a/assets/setup +++ b/assets/setup @@ -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 "####################################################" |