Skip to content

Commit

Permalink
Point ginkgo to the absolute path of the iso
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily committed Mar 3, 2023
1 parent aca32e4 commit dffb493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ run-qemu-datasource-tests:
ENV CLOUD_CONFIG=$CLOUD_CONFIG
COPY . .
IF [ -n "$PREBUILT_ISO" ]
ENV ISO=$PREBUILT_ISO
ENV ISO=/test/$PREBUILT_ISO
ELSE
COPY +iso/kairos.iso kairos.iso
ENV ISO=/test/kairos.iso
Expand Down Expand Up @@ -633,7 +633,7 @@ run-qemu-test:

COPY . .
IF [ -n "$PREBUILT_ISO" ]
ENV ISO=$PREBUILT_ISO
ENV ISO=/build/$PREBUILT_ISO
ELSE
COPY +iso/kairos.iso kairos.iso
ENV ISO=/build/kairos.iso
Expand Down

0 comments on commit dffb493

Please sign in to comment.