From 15b931c14f083778e11241a64191aa35fffc3837 Mon Sep 17 00:00:00 2001 From: bclayton-usgs <bclayton@usgs.gov> Date: Wed, 3 Jun 2020 09:23:03 -0600 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e710d7..af09d80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -168,8 +168,8 @@ Build Image: - master@ghsc/nshmp/nshmp-netcdf - tags@ghsc/nshmp/nshmp-netcdf before_script: - - apk -v --update - - apk -v add --no-cache python py-pip + - apk --update + - apk add --no-cache python py-pip - pip install awscli script: - | -- GitLab