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

Add a comment with a sample download task. #550

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a comment with a sample download task. #550

wants to merge 1 commit into from

Conversation

DR486
Copy link

@DR486 DR486 commented Oct 20, 2021

After trying to use this yml file (with appropriately altered variables) my pipeline kept failing on the Deploy stage because the artifact was not present in provided path:
image
image

I verified that the artifact was available for download and that the path matched what was in the template:
image
image

The only thing that seemed to resolve this issue was adding in a download task (as shown in the yml file comment I added).

It appears that explicitly downloading the artifact is required in order to utilize that artifact for the Deploy stage.
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.

1 participant