Skip to content

Commit 413caa9

Browse files
committed
Test leafcloud image on SMS
1 parent e81cc32 commit 413caa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ipa-image-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
ssh_public_key = "id_rsa.pub"
114114
ssh_username = "ubuntu"
115115
aio_vm_name = "skc-ipa-image-builder"
116-
aio_vm_image = "${{ vars.HOST_IMAGE_BUILD_IMAGE }}"
116+
aio_vm_image = "8295c474-e546-4836-94c4-2bee49884bc8"
117117
aio_vm_flavor = "${{ vars.HOST_IMAGE_BUILD_FLAVOR }}"
118118
aio_vm_network = "${{ vars.HOST_IMAGE_BUILD_NETWORK }}"
119119
aio_vm_subnet = "${{ vars.HOST_IMAGE_BUILD_SUBNET }}"
@@ -207,7 +207,7 @@ jobs:
207207
source venvs/kayobe/bin/activate &&
208208
source src/kayobe-config/kayobe-env --environment ci-builder &&
209209
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
210+
--command "sudo apt update && sudo apt -y install gcc git libffi-dev python3-dev python-is-python3 python3-venv" --show-output
211211
env:
212212
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
213213

0 commit comments

Comments
 (0)