Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent f338d47 commit c15754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
shell: bash
run: |
# we obviously don't want to do this here, just want to see if it builds
printenv
mkdir -p "/c/Users/runneradmin/.docker/cli-plugins"
export PATH="$PATH:/c/Users/runneradmin/.docker/cli-plugins"
curl -s "https://github.com/docker/buildx/releases/download/v0.14.0/buildx-v0.14.0.windows-amd64.exe" -o "/c/Users/runneradmin/.docker/cli-plugins/docker-buildx.exe"
ls -l /c/Users/runneradmin/.docker/cli-plugins
docker system info
git clone https://github.com/Islandora-Devops/isle-buildkit /tmp/ibk
cd /tmp/ibk
make bake TAGS=3.2.1
Expand Down

0 comments on commit c15754d

Please sign in to comment.