From 96481b6923950ea9f2539ef87cb912f9a473ac5a Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Fri, 19 Apr 2024 08:06:47 -0400 Subject: [PATCH] See if we can atleast build Drupal --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9720c98b0..02ef91238 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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