proper apt silencing

This commit is contained in:
ducoterra
2020-04-22 14:24:16 -04:00
parent 3d45b55df5
commit 3ca6c7a6f4

View File

@@ -30,11 +30,11 @@ pods:
name: ubuntu:18.04
entrypoint: [""]
script:
- apt -q update && apt -q install -y curl gettext
- apt -qq update >> /dev/null && apt -qq install -y curl gettext moreutils >> /dev/null
- 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 k8s/
- cat k8s/deploy.yaml
- envsubst < k8s/deploy.yaml > k8s/deploy.yaml
- envsubst < k8s/deploy.yaml > sponge k8s/deploy.yaml
- cat k8s/deploy.yaml
- ./kubectl apply -f k8s/