Skip to content
Snippets Groups Projects
Commit 0cf70aef authored by jurgenhaas's avatar jurgenhaas
Browse files

#20 Fix the test if we need to update

parent 79eb0413
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [[ -n ${PHP_VERSION} ]]; then
IMAGEID=$(docker image ls -q registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${VERSION} | head -1)
IMAGEID=$(docker image ls -q registry.lakedrops.com/docker/l3d/php-${PHP_VERSION} | head -1)
if [[ ! -n ${IMAGEID} ]]; then
exit
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment