Skip to content

Commit

Permalink
fix if condition and update cEOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Jun 18, 2024
1 parent b25480d commit 13d7cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cvaas-cvaas-and-avd-demo--evpn-mlag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
from_variant: "python3.11-avd-v4.7.1"
username: "avd"
clab_version: "0.54.2"
ceos_lab_version: "4.30.6M"
ceos_lab_version: "4.32.1F"
git_init: True
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ grep -rl '{{gh.repo_name}}' . --exclude-dir .git | xargs sed -i 's/{{gh.repo_nam
grep -rl '{{gh.org_name}}' . --exclude-dir .git | xargs sed -i 's/{{gh.org_name}}/'"${GITHUB_REPOSITORY%%/*}"'/g'
grep -rl '{{gh.repository}}' . --exclude-dir .git | xargs sed -i 's@{{gh.repository}}@'"${GITHUB_REPOSITORY}"'@g'
# update URL in clab init configs if set
if ${CVURL}; then
if [ "${CVURL}" ]; then
grep -rl 'cv-staging.corp.arista.io' . --exclude-dir .git | xargs sed -i '[email protected]@'"${CVURL}"'@g'
fi

Expand Down

0 comments on commit 13d7cbe

Please sign in to comment.