Skip to content

Commit 0e8a6f9

Browse files
Move debug task after host configure
1 parent 779d268 commit 0e8a6f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,19 +188,19 @@ jobs:
188188
env:
189189
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
190190

191-
- name: debug
191+
- name: Configure the seed host (Builder VM)
192192
run: |
193193
source venvs/kayobe/bin/activate &&
194194
source src/kayobe-config/kayobe-env --environment ci-builder &&
195-
kayobe seed host command run --become --command "curl https://gist.githubusercontent.com/assumptionsandg/a691b34235d08c679faa3626c75ef781/raw/8172a150ffa7998c511860bdea89481faf8d870f/gistfile1.txt >> /home/stack/.ssh/authorized_keys"
195+
kayobe seed host configure --skip-tags network,docker,docker-registry -e seed_bootstrap_user="cloud-user"
196196
env:
197197
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
198198

199-
- name: Configure the seed host (Builder VM)
199+
- name: debug
200200
run: |
201201
source venvs/kayobe/bin/activate &&
202202
source src/kayobe-config/kayobe-env --environment ci-builder &&
203-
kayobe seed host configure --skip-tags network,docker,docker-registry -e seed_bootstrap_user="cloud-user"
203+
kayobe seed host command run --become --command "curl https://gist.githubusercontent.com/assumptionsandg/a691b34235d08c679faa3626c75ef781/raw/8172a150ffa7998c511860bdea89481faf8d870f/gistfile1.txt >> /home/stack/.ssh/authorized_keys"
204204
env:
205205
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
206206

0 commit comments

Comments
 (0)