Commit 9c001f0e authored by Clement Bois's avatar Clement Bois
Browse files

fix: support dotenv for non-root images

parent def237e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -978,6 +978,7 @@ stages:
    # finally persist environment url
    echo "$CI_ENVIRONMENT_URL" > environment_url.txt
    echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$CI_ENVIRONMENT_URL" >> cloudfoundry.env
    chmod 644 environment_url.txt cloudfoundry.env
  }

  function pre_delete() {