diff --git a/features/src/utils/devcontainer-feature.json b/features/src/utils/devcontainer-feature.json index a006abb0..c4d79c49 100644 --- a/features/src/utils/devcontainer-feature.json +++ b/features/src/utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "devcontainer-utils", "id": "utils", - "version": "24.12.2", + "version": "24.12.3", "description": "A feature to install RAPIDS devcontainer utility scripts", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" diff --git a/features/src/utils/opt/devcontainer/bin/gitlab/repo/clone.sh b/features/src/utils/opt/devcontainer/bin/gitlab/repo/clone.sh index e681864f..b4f45ea8 100755 --- a/features/src/utils/opt/devcontainer/bin/gitlab/repo/clone.sh +++ b/features/src/utils/opt/devcontainer/bin/gitlab/repo/clone.sh @@ -59,13 +59,13 @@ get_repo_owner() { query { project(fullPath: "${repo}") { namespace { - path + fullPath } } } ________EOF )" \ - | jq -r '.data.project.namespace.path'; + | jq -r '.data.project.namespace.fullPath'; } get_repo_git_url() {