Skip to content

Commit

Permalink
add file names only
Browse files Browse the repository at this point in the history
Signed-off-by: Maor Friedman <mafriedm@redhat.com>
  • Loading branch information
maorfr committed Dec 2, 2024
1 parent ab2b168 commit 2b1bd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/push-disk-images/push-disk-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
env=$(jq -r '.cdn.env' "$(workspaces.data.path)/$(params.dataPath)")
RESULTS_FILE="$(workspaces.data.path)/$(params.resultsDirPath)/push-disk-images-results.json"
echo -n "${snapshot}" > "$RESULTS_FILE"
jq -c '{files: [.components[].staged.files[].filename]}' <<< "$snapshot" > "$RESULTS_FILE"
# There are three envs supported...production, stage, and qa
exodusGwSecret=""
Expand Down

0 comments on commit 2b1bd09

Please sign in to comment.