File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,15 @@ jobs:
203203 - name : Create build logs output directory
204204 run : mkdir image-build-logs
205205
206- - name : Write apt config to file
206+ - name : DEBUG - print file locations
207207 run : |
208- cat > stackhpc-apt-preferences <<EOF
209- Package: openvswitch-switch openvswitch-common openvswitch-common-dpdk python3-openvswitch
210- Pin: version 3.3.*
211- Pin-Priority: 1001
212- EOF
208+ source venvs/kayobe/bin/activate &&
209+ source src/kayobe-config/kayobe-env --environment ci-builder &&
210+ echo $KAYOBE_CONFIG_PATH
211+ echo $(ls)
212+ echo $(pwd)
213+ echo $(ls /home/runner/_work/stackhpc-kayobe-config/)
214+ echo $(ls /home/runner/_work/stackhpc-kayobe-config/stackhpc-kayobe-config/)
213215
214216 - name : Build kolla overcloud images
215217 id : build_overcloud_images
You can’t perform that action at this time.
0 commit comments