File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3232 ANSIBLE_FORCE_COLOR : True
3333 KAYOBE_ENVIRONMENT : ci-builder
3434 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
35+
3536jobs :
3637 runner-preqs :
3738 uses : ./.github/workflows/runs-on-preq.yml
@@ -207,7 +208,7 @@ jobs:
207208 source venvs/kayobe/bin/activate &&
208209 source src/kayobe-config/kayobe-env --environment ci-builder &&
209210 kayobe seed host command run \
210- --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv && sudo apt-get -y install btrfs-tools " --show-output
211+ --command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
211212 env :
212213 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
213214
Original file line number Diff line number Diff line change 44 schedule :
55 # Every 2 hours at quarter past
66 - cron : ' 15 0/2 * * *'
7+ workflow_dispatch :
78
89jobs :
910 ci-cleanup :
You can’t perform that action at this time.
0 commit comments