Problem/Motivation
When using the documented steps to checkout out a drupalpod enviornment, lupus_decoupled_drupal is always using 1.x
Steps to reproduce
# Adapt next 2 variables with your issue-data
ISSUE=3337979
BRANCH=$ISSUE-add-blocks-support
URL=https://gitpod.io/#DP_PROJECT_NAME=lupus_decoupled,DP_ISSUE_FORK=lupus_decoupled-$ISSUE,DP_ISSUE_BRANCH=$BRANCH,DP_PROJECT_TYPE=project_module,DP_MODULE_VERSION=1.x,DP_CORE_VERSION=10.0.0,DP_PATCH_FILE=,DP_INSTALL_PROFILE=standard/https://github.com/drunomics/lupus-decoupled-project
xdg-open $URL
Comments
Comment #2
fagoremoved this from the project page as it'S not working. dropping the old content from it here:
Comment #3
fagoprobably this would be fixed by updating to the latest scripts: https://github.com/drunomics/lupus-decoupled-project/issues/10
this script seems to handle it: https://github.com/shaal/DrupalPod/blob/36b7f27b1603ac3716ba31d99bfc4208...
Comment #4
fagothe DP_ISSUE_FORK variable is missing from our link. thus testing it with a link like this:
https://gitpod.io/new/#DP_PROJECT_NAME=lupus_decoupled,DP_ISSUE_FORK=lupus_decoupled-3485563,DP_ISSUE_BRANCH=3485563-improve-frontend-login,DP_PROJECT_TYPE=project_module,DP_MODULE_VERSION=1.x,DP_PATCH_FILE=,FRONTEND_REPOSITORY=https%3A%2F%2Fgithub.com%2Fdrunomics%2Flupus-decoupled-nuxt3-demo,CUSTOM_ELEMENTS_VERSION=3.*,DP_INSTALL_PROFILE=standard/https://github.com/drunomics/lupus-decoupled-project/tree/mainstill, it is ignored, it just takes the 1.x from composer.
Comment #5
fagogitpod is deprecated