Skip to content

Commit

Permalink
fixup! fix(CI): Use the PHP version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvergessen committed Jul 8, 2024
1 parent 007a8a9 commit aa7b007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smb-kerberos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mkdir data
sudo chown -R 33 data apps config
DC_IP=$(./start-dc.sh)
./start-apache.sh $DC_IP $PWD
./start-apache.sh $DC_IP $PWD ${{ matrix.php-versions }}
echo "DC_IP=$DC_IP" >> $GITHUB_ENV
- name: Set up Nextcloud
run: |
Expand Down
2 changes: 1 addition & 1 deletion apps/files_external/tests/start-apache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

docker rm -f apache 2>/dev/null > /dev/null

docker run -d --name apache -v $2:/var/www/html -v /tmp/shared:/shared --dns $1 --hostname httpd.domain.test icewind1991/samba-krb-test-apache 1>&2
docker run -d --name apache -v $2:/var/www/html -v /tmp/shared:/shared --dns $1 --hostname httpd.domain.test icewind1991/samba-krb-test-apache:$3 1>&2
APACHE_IP=$(docker inspect apache --format '{{.NetworkSettings.IPAddress}}')

# add the dns record for apache
Expand Down

0 comments on commit aa7b007

Please sign in to comment.