Skip to content

Commit

Permalink
Changing Working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
atshaw43 committed Nov 14, 2023
1 parent a781761 commit 8216a91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/IntegrationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,14 @@ jobs:
- name: Create a directory
run: mkdir sample-apps/http-server/aws-xray-sdk-go

- name: Copy X-Ray SDK to deployment package with Sample App
run: rsync -r * sample-apps/http-server/aws-xray-sdk-go --exclude sample-apps/

- name: Zip up the deployment package
run: zip -r deploy.zip . -x '*.git*'

- name: Upload WebApp with X-Ray SDK build artifact
uses: actions/upload-artifact@v2
with:
name: deployment-package
path: sample-apps/http-server/deploy.zip
path: deploy.zip

deploy_WebApp:
name: Deploy X-Ray Instrumented Web App
Expand Down

0 comments on commit 8216a91

Please sign in to comment.