Skip to content

Commit

Permalink
Fix Drupal CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
opdavies committed Jul 17, 2024
1 parent c888fc2 commit e5892e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/php/drupal/run.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ function ci:test {

docker compose version

docker network create traefik_proxy
docker network create traefik_proxy || true

cp --no-clobber .env.example .env
cp --no-clobber .env.example .env || true

docker compose build --progress plain

Expand Down Expand Up @@ -81,7 +81,7 @@ function install {

function lint:dockerfile {
docker container run --rm -i \
hadolint/hadolint hadolint --ignore DL3008 --ignore DL3059 -t style "${@}" - < Dockerfile
hadolint/hadolint hadolint --ignore DL3008 --ignore DL3022 --ignore DL3059 -t style "${@}" - < Dockerfile
}

{% if not php.phpcs is same as false and not php.phpstan is same as false %}
Expand Down

0 comments on commit e5892e1

Please sign in to comment.