Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 2, 2024
1 parent 5814ae5 commit cd799bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/settings-1-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ jobs:
# Replace all '"' in $update with '\"' so GitHub's fromJson(...) interprets it correctly.
echo "updates=$update" >> $GITHUB_OUTPUT
# update=$(jq --raw-output --compact-output \
# '[.deployment | to_entries[] | .key as $d | .value | to_entries[] | {
# "deployment-environment": $d,
# "type": .key,
# "spack": .value.spack
# }] | @json' ${{ env.CONFIG_SETTINGS_PATH }}
# )
# echo "$update"
# echo "update=$update" >> $GITHUB_OUTPUT
settings-update:
name: Update
if: github.event_name == 'push'
Expand Down Expand Up @@ -118,5 +108,5 @@ jobs:
spack-type: ${{ matrix.update.type }}
# {"0.20": "7r8y43r8", "0.21": "wr7834yr", ...}
spack-update: |
${{ fromJson(matrix.update.spack) }}
${{ matrix.update.spack }}
secrets: inherit
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 cd799bc

Please sign in to comment.