Skip to content

Commit

Permalink
remove extra get spec call (#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens authored Sep 14, 2021
1 parent b16e99b commit fa0028d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ cmd_publish() {
# 4. if there are none, throw an error.
jq -s "map(select(.spec != null)) | map(.spec) | first | if . != null then . else error(\"no spec found\") end" \
> "$tmp_spec_file"
docker run --rm "$versioned_image" spec | jq .spec > "$tmp_spec_file"

# use service account key file is provided.
if [[ -n "${spec_cache_writer_sa_key_file}" ]]; then
Expand Down

0 comments on commit fa0028d

Please sign in to comment.