Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Oct 2, 2023
2 parents b38ff93 + 70ed79b commit 963f648
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 468 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* @brewmaster012 @kingpinXD @kevinssgh @fadeev @lumtis @ws4charlie

.github/** @zeta-chain/devops
4 changes: 2 additions & 2 deletions .github/actions/upgrade-testing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
BINARY_NAME_SUFFIX: "ubuntu-22-amd64"
UPGRADES_SLEEP_TIME: 300
DEBUG_UPGRADES: "false"
#BINARY_DOWNLOAD_LIST: '{"binary_download_list":[["v8.3.3", "zetacored-ubuntu-22-amd64"],["v9.0.0", "zetacored-ubuntu-22-amd64"]]}'
#BINARY_DOWNLOAD_LIST: '{"binary_download_list":[["v8.3.3", "zetacored-testnet-linux-amd64"],["v9.0.0", "zetacored-ubuntu-22-amd64"]]}'
#TAG_LIST: '{"tag_list":["v8.3.3","v9.0.0"]}'
STARTING_VERSION: "v8.3.3"
#END_VERSION: "v9.0.0"
Expand All @@ -60,7 +60,7 @@ runs:
echo "***********Change Permission of Zetacored*********************"
chmod a+x zetacored*
chmod -R 777 zetacored*
mv zetacored-ubuntu-22-amd64 zetacored
mv zetacored-testnet-linux-amd64 zetacored
export PATH=$(pwd):$PATH
echo "***********Change Directories into the Upgrade Testing Directory.*********************"
Expand Down
Loading

0 comments on commit 963f648

Please sign in to comment.