Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 532268d0
    #121 Copy optional .lakedrops.yml into l3drun for further processing... · 532268d0
    jurgenhaas authored
    #121 Copy optional .lakedrops.yml into l3drun for further processing instead of using its content as an environment variable
+ 2
1
@@ -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
Loading