Skip to content

Commit

Permalink
See if we can atleast build Drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 19, 2024
1 parent d17dd2a commit 96481b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
docker system info
git clone https://github.com/Islandora-Devops/isle-buildkit /tmp/ibk
cd /tmp/ibk
curl -s "https://gist.githubusercontent.com/joecorall/83f521d3ef23e50317d1948a3357ce4c/raw/05e2995b338b29faee25fe946b37198741bdf62b/Dockerfile.bind-less" -o base/Dockerfile
make bake TAGS=3.2.1
curl -s "https://gist.githubusercontent.com/joecorall/83f521d3ef23e50317d1948a3357ce4c/raw/05e2995b338b29faee25fe946b37198741bdf62b/Dockerfile.bind-less" -o ./base/Dockerfile
grep bind ./base/Dockerfile
make bake TAGS=3.2.1 TARGET=drupal
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 96481b6

Please sign in to comment.