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

Update linux build pipeline to not upload to storage by default #4259

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

liliankasem
Copy link
Member

@liliankasem liliankasem commented Feb 6, 2025

Issue describing the changes in this PR

The linux build pipeline fails on every single run as its always trying to upload the package to blob, and since the version of core tools its trying to upload already exists, the upload step fails leading to a pipeline failure.

Instead, I want to change the pipeline so thay when it runs on main, it just builds the pipeline, and when we want to upload the pkg to storage, we can set that variable.

This is a temp fix for now, and we are planning to redesign this pipeline in future. The upload step should move to a release pipeline.

@liliankasem liliankasem requested a review from a team as a code owner February 6, 2025 21:50
@liliankasem liliankasem merged commit 94b3f08 into main Feb 10, 2025
10 checks passed
@liliankasem liliankasem deleted the liliankasem/update-linux-pipeline branch February 10, 2025 21:01
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.

3 participants