Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct google cloud-sdk download URL protocol to https from http #1489

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

pankajkoti
Copy link
Collaborator

Recently, we have been observing failures to build our
integration tests docker images precisely at the step
where we download the google cloud-sdk library. It has
been observed that the previously working http URL is
no longer available and we need to use a https URL.
This PR corrects the same for successful build of the image.

closes: #1488

Recently, we have been observing failures to build our integration
tests docker images precisely at the step where we download the
google cloud-sdk library. It has been observed that the previously
working http URL is no longer available and we need to use a https
URL. This PR corrects the same for successful build of the image.

closes: #1488
Copy link

codecov bot commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.33%. Comparing base (396d16f) to head (5f8f111).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1489   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          94       94           
  Lines        4635     4635           
=======================================
  Hits         4558     4558           
  Misses         77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pankajkoti pankajkoti marked this pull request as ready for review March 11, 2024 13:18
@pankajkoti pankajkoti merged commit 2c16514 into main Mar 11, 2024
14 of 15 checks passed
@pankajkoti pankajkoti deleted the fix-image-build branch March 11, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy job failing for astronomer-providers
2 participants