Skip to content

Commit

Permalink
Remove ext-network.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed May 5, 2024
1 parent ce9e050 commit f23d764
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -1217,17 +1217,7 @@ update() {
if [[ "${__branch}" =~ ^tag-v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
git checkout main
fi
# This preps for a removal of ext-network.yml in a future update, after Pectra
${__as_owner} cp ext-network.yml ext-network.yml.bak
if git ls-files -v | grep -q "^h" | grep -q "ext-network.yml$"; then
${__as_owner} git update-index --no-assume-unchanged ext-network.yml
fi
${__as_owner} git restore ext-network.yml
${__as_owner} git pull origin main
${__as_owner} cp ext-network.yml.bak ext-network.yml
if git ls-files -v | grep -q "ext-network.yml$"; then
${__as_owner} git update-index --assume-unchanged ext-network.yml
fi
else
export ETHDPINNED="${value}"
${__as_owner} git fetch --tags
Expand Down
4 changes: 0 additions & 4 deletions ext-network.yml

This file was deleted.

0 comments on commit f23d764

Please sign in to comment.