Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Dec 18, 2024
1 parent 060238d commit b893000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gubbins-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,16 @@ jobs:
echo "Building $pkg_dir"
python -m build --outdir $PWD/dist $pkg_dir
done
ls -l $PWD/dist
- name: "Find wheels"
id: find_wheel
run: |
cd ../diracx/dist
ls -l
# We need to copy them there to be able to access them in the RUN --mount
cp diracx*.whl gubbins*.whl ../extensions/containers/services/
for wheel_fn in *.whl; do
pkg_name=$(basename "${wheel_fn}" | cut -d '-' -f 1)
echo "${pkg_name}-wheel-name=$(ls "${pkg_name}"-*.whl)" >> $GITHUB_OUTPUT
done
ls -l ../extensions/containers/services/
# - Build the gubbins image using the wheels
- name: Set up QEMU
Expand Down Expand Up @@ -261,6 +258,9 @@ jobs:
name: gubbins
path: /tmp/gubbins

- name: List gubbins
run: ls -la /tmp/gubbins

- name: Clone diracx source
run: |
cd ..
Expand Down

0 comments on commit b893000

Please sign in to comment.