You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to eliminate this warning that is appearing on ALL go release pipelines. The example given is for CPP, and we haven't released the ios packages in a while. Still probably need to deal with this.
Reference this PR for a summary of the necessary changes.
Need to:
Eliminate any download or checkout usage in the deployment job
Ensure that only the release job in the stage is actually a deployment with templateContext setting it to a release job. The rest should be moved to regular job instead of deployments
We need to update
archtype-android-release
The text was updated successfully, but these errors were encountered:
We want to eliminate this warning that is appearing on ALL go release pipelines. The example given is for CPP, and we haven't released the ios packages in a while. Still probably need to deal with this.
Reference this PR for a summary of the necessary changes.
Need to:
download
orcheckout
usage in thedeployment
jobrelease
job in the stage is actually adeployment
withtemplateContext
setting it to a release job. The rest should be moved to regularjob
instead ofdeployments
We need to update
The text was updated successfully, but these errors were encountered: