Skip to content

Commit

Permalink
Make curl verbose to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Jul 20, 2023
1 parent 0c9a009 commit cbc9581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
sudo apt-get install -y apt-transport-https ca-certificates curl
- name: Install deps (3)
run: |
sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://dl.k8s.io/apt/doc/apt-key.gpg
sudo curl -vfsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://dl.k8s.io/apt/doc/apt-key.gpg
echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
- name: Install deps (4)
run: |
Expand Down

0 comments on commit cbc9581

Please sign in to comment.