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

ci: Fix condition if nightly tag doesn't exist #631

Merged
merged 1 commit into from
May 14, 2023

Conversation

afnanenayet
Copy link
Owner

Fixes an error that was ocurring with our nightly releases where the CD
job would fail if the nightly tag doesn't exist on the remote, which
shouldn't be an error.

Fixes #630.

Fixes an error that was ocurring with our nightly releases where the CD
job would fail if the nightly tag doesn't exist on the remote, which
shouldn't be an error.
@codecov-commenter
Copy link

Codecov Report

Merging #631 (5087da5) into main (9980b6e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #631   +/-   ##
=======================================
  Coverage   59.41%   59.41%           
=======================================
  Files          13       13           
  Lines        1461     1461           
=======================================
  Hits          868      868           
  Misses        593      593           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@afnanenayet afnanenayet merged commit 24c1eaf into main May 14, 2023
11 checks passed
@afnanenayet afnanenayet deleted the afnan/fix-nightly-cd-job branch May 14, 2023 19:07
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.

[BUG] nightly deployment is failing
2 participants