Skip to content

Commit

Permalink
Skip updating spec cache when publishing normalization docker image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheDuong authored Sep 23, 2021
1 parent 3d8625e commit 992bdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/integrations/manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cmd_publish() {
docker push "$versioned_image"
docker push "$latest_image"

if [[ "true" == "${publish_spec_to_cache}" ]]; then
if [[ "true" == "${publish_spec_to_cache}" && "airbyte/normalization" != "${image_name}" ]]; then
echo "Publishing and writing to spec cache."

# publish spec to cache. do so, by running get spec locally and then pushing it to gcs.
Expand Down

0 comments on commit 992bdb1

Please sign in to comment.