File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 id : config-packages
118118 run : |
119119 packages_for_injection=$(jq -cr '.provenance + .injection | join(",")' config/packages.json)
120- packages_for_provenance=$(jq -cr '.provenance | join(" ")' config/packages.json)
120+ packages_for_provenance=$(jq -cr '.provenance | join(", ")' config/packages.json)
121121
122122 echo "Packages to be injected: $packages_for_injection"
123123 echo "Packages for provenance: $packages_for_provenance"
@@ -239,9 +239,7 @@ jobs:
239239 echo "DEPLOYMENT_TARGET exported as $DEPLOYMENT_TARGET"
240240
241241 . ${{ steps.path.outputs.spack-config }}/spack-enable.bash
242- # Note: the below spack environment path expression evaluates to an
243- # absolute path, so we don't need a './' before the expression, only the '.'.
244- .${{ steps.path.outputs.spack-environment }}/get_data_from_deployment.py \
242+ ${{ steps.path.outputs.spack-environment }}/get_data_from_deployment.py \
245243 --environment ${{ steps.path.outputs.spack-environment }} \
246244 --deployment-name ${{ inputs.expected-root-spec-name }} \
247245 --packages ${{ steps.config-packages.outputs.packages-for-provenance }} \
You can’t perform that action at this time.
0 commit comments