Skip to content

Commit

Permalink
Remove attempt to download non-existent Lambda tracer artifacts (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-ahemsath authored Jan 27, 2021
1 parent 2d3e3f7 commit 7a900c9
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/all_solutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ jobs:
path: ${{ github.workspace }}\agent_version.txt
if-no-files-found: error

# - name: Archive NewRelic.NuGetHelper
# uses: actions/upload-artifact@v2
# with:
# name: NewRelic.NuGetHelper
# path: ${{ github.workspace }}\build\NewRelic.NuGetHelper\bin
# if-no-files-found: error

- name: Archive NewRelic.Agent.Extensions
uses: actions/upload-artifact@v2
with:
Expand Down Expand Up @@ -495,24 +488,12 @@ jobs:
name: build-folder-artifacts
path: src/_build

# - name: Download NewRelic.NuGetHelper
# uses: actions/download-artifact@v2
# with:
# name: NewRelic.NuGetHelper
# path: build/NewRelic.NuGetHelper/bin

- name: Download NewRelic.Agent.Extensions
uses: actions/download-artifact@v2
with:
name: NewRelic.Agent.Extensions
path: src/Agent/NewRelic/Agent/Extensions/NewRelic.Agent.Extensions/bin/Release

- name: Download NewRelic.OpenTracing.AmazonLambda.Tracer
uses: actions/download-artifact@v2
with:
name: NewRelic.OpenTracing.AmazonLambda.Tracer
path: src/AwsLambda/AwsLambdaOpenTracer/bin/Release/netstandard2.0-ILRepacked

- name: Run ArtifactBuilder
run: |
${{ github.workspace }}\build\package.ps1 -configuration Release -IncludeDownloadSite
Expand Down

0 comments on commit 7a900c9

Please sign in to comment.