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

Fix master deployment by not removing build artifacts #943

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

LukasKalbertodt
Copy link
Member

The problem is, that we want the test deployment and the
production deployment for master. But both workflows delete
the build artifacts after downloading them. So only one gets it,
the other one fails.
This is solved by just not deleting build artifacts.

The build artifacts for Studio are very small (1.4MB) or so, so
even with lots of parallel builds, it's unlikely we will reach
GitHub's limit.

The problem is, that we want the test deployment and the
production deployment for `master`. But both workflows delete
the build artifacts after downloading them. So only one gets it,
the other one fails.
This is solved by just not deleting build artifacts.

The build artifacts for Studio are very small (1.4MB) or so, so
even with lots of parallel builds, it's unlikely we will reach
GitHub's limit.
@LukasKalbertodt LukasKalbertodt merged commit ffb2bf0 into elan-ev:master Jun 14, 2022
@LukasKalbertodt LukasKalbertodt deleted the fix-master-deploy branch June 14, 2022 15:04
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.

None yet

1 participant