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: Try using job outputs for CD pipeline #661

Merged
merged 2 commits into from
Jun 17, 2023
Merged

Conversation

afnanenayet
Copy link
Owner

Environment variables don't persist between jobs. The correct way to
pass data between jobs is to use job outputs, so let's see if we did it
right this time.

Environment variables don't persist between jobs. The correct way to
pass data between jobs is to use job outputs, so let's see if we did it
right this time.
@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2023

Codecov Report

Merging #661 (0f1a7cf) into main (8e71278) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #661   +/-   ##
=======================================
  Coverage   59.53%   59.53%           
=======================================
  Files          13       13           
  Lines        1458     1458           
=======================================
  Hits          868      868           
  Misses        590      590           

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

Later steps reference the wrong name.
@afnanenayet afnanenayet merged commit 287465c into main Jun 17, 2023
24 checks passed
@afnanenayet afnanenayet deleted the afnna/cd-job-outputs branch June 17, 2023 21:08
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

2 participants