Skip to content
Snippets Groups Projects

Merging develop into main

Merged jurgenhaas requested to merge develop into main
5 files
+ 19
9
Compare changes
  • Side-by-side
  • Inline
Files
5
  • d69b5b4b
    #118 Move yq operations from l3d script inside the l3drun container · d69b5b4b
    jurgenhaas authored
+ 7
0
@@ -2,6 +2,13 @@
@@ -2,6 +2,13 @@
export L3DVERSION='{{ version }}'
export L3DVERSION='{{ version }}'
 
if [[ "$L3D_CONFIG" != "[]" ]]; then
 
V=$(echo "$L3D_CONFIG" | yq eval .docker4drupal.php.version)
 
if [[ "$V" != "null" ]]; then
 
export PHP_VERSION=$V
 
fi
 
fi
 
COMMAND=start
COMMAND=start
if [[ -n "$1" ]]; then
if [[ -n "$1" ]]; then
if [[ -f "/usr/local/bin/$1" ]]; then
if [[ -f "/usr/local/bin/$1" ]]; then
Loading