We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f41ef commit ff267daCopy full SHA for ff267da
dependencies/che-plugin-registry/build.sh
@@ -223,7 +223,7 @@ else
223
SCRIPTS_BRANCH="devspaces-3-rhel-9"
224
fi
225
echo "Load https://raw.githubusercontent.com/redhat-developer/devspaces/${SCRIPTS_BRANCH}/dependencies/job-config.json [3]"
226
- curl -sSLo /tmp/job-config.json https://raw.githubusercontent.com/redhat-developer/devspaces/${SCRIPTS_BRANCH}/dependencies/job-config.json
+ curl -sSLo /tmp/job-config.json https://raw.githubusercontent.com/redhat-developer/devspaces/"${SCRIPTS_BRANCH}"/dependencies/job-config.json
227
jobconfigjson=/tmp/job-config.json
228
229
REGISTRY_VERSION=$(jq -r '.Version' "${jobconfigjson}");
0 commit comments