Skip to content

Commit 214a010

Browse files
committed
dnm - debug
1 parent 01f949c commit 214a010

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)