File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ jobs:
243
243
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/growroot.yml'
244
244
env :
245
245
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
246
+ if : inputs.os_distribution != 'centos' || inputs.os_release != '8-stream'
246
247
247
248
- name : Host configure
248
249
run : |
@@ -254,6 +255,19 @@ jobs:
254
255
env :
255
256
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
256
257
258
+ # NOTE: Reordered after host configure due to missing upstream CS8 repos
259
+ # preventing installation of growroot package.
260
+ - name : Run growroot
261
+ run : |
262
+ docker run -t --rm \
263
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
264
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
265
+ $KAYOBE_IMAGE \
266
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/growroot.yml'
267
+ env :
268
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
269
+ if : inputs.os_distribution == 'centos' && inputs.os_release == '8-stream'
270
+
257
271
- name : Service deploy
258
272
run : |
259
273
docker run -t --rm \
You can’t perform that action at this time.
0 commit comments