Commit 675bba39 authored by Clement Bois's avatar Clement Bois
Browse files

fix: support dotenv for non-root images

parent 45358909
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -553,6 +553,7 @@ stages:
      # finally persist environment url
      echo "$environment_url" > environment_url.txt
      echo -e "environment_type=$environment_type\\nenvironment_name=$bucket\\nenvironment_url=$environment_url" > s3.env
      chmod 644 environment_url.txt s3.env
    fi
  }