Skip to content

Commit

Permalink
install prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Nov 26, 2023
1 parent 0e5a57a commit 1d571d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development_dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: build
run: npm run build
- name: update
run: apt update && apt upgrade -y && apt install -y curl && curl -sSL https://get.docker.com/ | sh
run: apt update && apt upgrade -y && apt install -y curl && curl -sSL https://get.docker.com/ | sh && dockerd
- name: kubeconfig
env:
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
Expand Down

0 comments on commit 1d571d8

Please sign in to comment.