Commit 78ded515 authored by Clement Bois's avatar Clement Bois
Browse files

fix: support dotenv for non-root images

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

  # delete application (and dependencies)
@@ -976,6 +977,7 @@ stages:
      helm_publish "$snapshot_package"
      echo -e "helm_snapshot_package_name=${chart_name}\\nhelm_snapshot_package_version=${snapshot_label}\\nhelm_snapshot_package_remote_url=${HELM_PUBLISH_URL}" >> helm-package.env
    fi
    chmod 644 helm-package.env
  }

  function helm_publish() {