Skip to content
Snippets Groups Projects
Commit 222a5e2d authored by jurgenhaas's avatar jurgenhaas
Browse files

gitlab-drupal-ci#10 Make container filter exact

parent 56318df9
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
ID=$(docker container ls --all -q -f name=l3drun)
ID=$(docker container ls --all -q -f name=^l3drun$)
if [[ ! -n ${ID} ]]; then
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
docker run --name=l3drun -dt --rm \
......
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