Commit 193ecc56 authored by Clement Bois's avatar Clement Bois
Browse files

fix: support dotenv for non-root images

parent 0ab89360
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -526,6 +526,7 @@ stages:
      echo "$environment_url" > environment_url.txt
    fi
    echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> aws.env
    chmod 644 environment_url.txt aws.env
  }

  # environment cleanup function