Skip to content

Commit

Permalink
remove public ip check
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Dec 10, 2023
1 parent babd92d commit 2fe0c6b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
env:
CI_BUILD_PLUGIN: "true"
steps:
- name: Public IP
id: ip
uses: haythem/[email protected]
- name: Print Public IP
run: |
echo ${{ steps.ip.outputs.ipv4 }}
echo ${{ steps.ip.outputs.ipv6 }}
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
Expand Down

0 comments on commit 2fe0c6b

Please sign in to comment.