Skip to content

Commit

Permalink
Testing with spack as @JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 5, 2024
1 parent 122de96 commit 0fa64c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/settings-1-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
'[.deployment | to_entries[] | .key as $d | .value | to_entries[] | {
"deployment-environment": $d,
"type": .key,
"spack": .value.spack
"spack": (.value.spack | @json)
}]' ${{ env.CONFIG_SETTINGS_PATH }}
)
Expand Down
1 change: 1 addition & 0 deletions config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
}
}
}

0 comments on commit 0fa64c3

Please sign in to comment.