File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,19 +188,19 @@ jobs:
188
188
env :
189
189
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
190
190
191
- - name : debug
191
+ - name : Configure the seed host (Builder VM)
192
192
run : |
193
193
source venvs/kayobe/bin/activate &&
194
194
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 "
196
196
env :
197
197
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
198
198
199
- - name : Configure the seed host (Builder VM)
199
+ - name : debug
200
200
run : |
201
201
source venvs/kayobe/bin/activate &&
202
202
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 "
204
204
env :
205
205
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
206
206
You can’t perform that action at this time.
0 commit comments