Skip to content

Commit

Permalink
remove path
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharMohapatra07 committed Dec 14, 2024
1 parent c5d113f commit c8200a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: patternfile-servicemesh-install
path: ./.github/install/deploy.yaml
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -202,7 +201,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: patternfile-servicemesh-addon
path: ./.github/install/deploywithaddons.yaml
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -318,7 +316,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: patternfile-servicemesh-sample-app
path: ./.github/install/deploywithsampleapp.yaml
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down

0 comments on commit c8200a2

Please sign in to comment.