|
41 | 41 | uses: ./.github/actions/bolt |
42 | 42 | with: |
43 | 43 | os-codename: ${{ matrix.os-details.codename }} |
44 | | - - name: Run openvox-agent install task |
| 44 | + - name: Run install task for openvox-agent |
45 | 45 | run: bolt task run openvox_bootstrap::install --targets localhost --run-as root |
46 | 46 | - name: Verify openvox-agent is installed |
47 | 47 | run: bolt task run openvox_bootstrap::check --targets localhost --run-as root |
|
71 | 71 | path: openvox_bootstrap |
72 | 72 | - id: prep |
73 | 73 | uses: ./openvox_bootstrap/.github/actions/container_task_prep |
74 | | - - name: Run openvox-agent install task manually |
| 74 | + - name: Run install task manually for openvox-agent |
75 | 75 | env: |
76 | 76 | PT_collection: openvox8 |
77 | 77 | run: ./openvox_bootstrap/tasks/install_linux.sh |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | path: openvox_bootstrap |
105 | 105 | - id: prep |
106 | 106 | uses: ./openvox_bootstrap/.github/actions/container_task_prep |
107 | | - - name: Run openvox-agent install task manually |
| 107 | + - name: Run install task manually for openvox-agent |
108 | 108 | env: |
109 | 109 | PT_version: "8.14.0" |
110 | 110 | run: ./openvox_bootstrap/tasks/install_linux.sh |
@@ -137,7 +137,7 @@ jobs: |
137 | 137 | path: openvox_bootstrap |
138 | 138 | - id: prep |
139 | 139 | uses: ./openvox_bootstrap/.github/actions/container_task_prep |
140 | | - - name: Run openvox-agent install task manually |
| 140 | + - name: Run install task manually for openvox-server |
141 | 141 | env: |
142 | 142 | PT_package: "openvox-server" |
143 | 143 | run: ./openvox_bootstrap/tasks/install_linux.sh |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 | path: openvox_bootstrap |
169 | 169 | - id: prep |
170 | 170 | uses: ./openvox_bootstrap/.github/actions/container_task_prep |
171 | | - - name: Run openvox-agent install task manually |
| 171 | + - name: Run install task manually for openvox-server |
172 | 172 | env: |
173 | 173 | PT_package: "openvox-server" |
174 | 174 | PT_version: "8.8.0" |
|
0 commit comments