immich. changing docker image for CI.
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Alexey Skobkin 2024-11-05 02:39:16 +03:00
parent 6d727f10e2
commit 55328a932b
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -4,10 +4,11 @@ name: validate-pr
steps:
- name: validate
image: 'docker/compose-bin:latest'
image: 'dockette/docker:latest'
commands:
- for DIR in */ ; do if [[ $(expr match "$DIR" "_.*") != 0 ]] ; then echo "SKIPPING $DIR" && continue; fi && test -f $DIR/.env.dist && cp $DIR/.env.dist $DIR/.env ; done
- for DIR in */ ; do if [[ $(expr match "$DIR" "_.*") != 0 ]] ; then echo "SKIPPING $DIR" && continue; fi && echo $DIR && cd $DIR && /docker-compose config && cd .. ; done
- for DIR in */ ; do if [[ $(expr match "$DIR" "_.*") != 0 ]] ; then echo "SKIPPING $DIR" && continue; fi && echo $DIR && cd $DIR && docker compose config && cd .. ; done
trigger:
event: