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

Merge branch 'develop' into 'main'

Merging develop into main

See merge request !18
parents ec46c78d 532268d0
No related branches found
No related tags found
1 merge request!18Merging develop into main
......@@ -3,7 +3,8 @@
export L3DVERSION='{{ version }}'
if [[ "$L3D_CONFIG" != "[]" ]]; then
V=$(echo "$L3D_CONFIG" | yq eval .docker4drupal.php.version)
V=$(cat "$L3D_CONFIG" | yq eval .docker4drupal.php.version)
rm "$L3D_CONFIG"
if [[ "$V" != "null" ]]; then
export PHP_VERSION=$V
fi
......
......@@ -87,7 +87,8 @@ if [[ -f ".env" ]]; then
fi
L3D_CONFIG=[]
if [[ -f ".lakedrops.yml" ]]; then
L3D_CONFIG=$(cat .lakedrops.yml)
L3D_CONFIG=/tmp/${RANDOM}.lakedrops.yml
docker cp .lakedrops.yml l3drun:$L3D_CONFIG
fi
# Create project container parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment