From dd0464f887704c06c9fc3948e8ebb11f95b4015a Mon Sep 17 00:00:00 2001 From: ducoterra Date: Wed, 22 Apr 2020 13:58:32 -0400 Subject: [PATCH] quiet apt --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eed7a37..b3dc448 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ pods: name: ubuntu:18.04 entrypoint: [""] script: - - apt update && apt install -y curl gettext + - apt -qq update && apt -qq install -y curl gettext - curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl - chmod +x ./kubectl - ls -lah