Skip to content

Commit

Permalink
remove gaiad folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Dec 11, 2024
1 parent 61fa533 commit 1410887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upgrade-gaia-v22-serviceless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
scripts/setup.sh
./start.sh
sleep 5
ls
- name: Confirm chain is online
run: |
source scripts/vars.sh
Expand All @@ -328,6 +329,7 @@
- name: Test software upgrade for main branch
if: ${{ matrix.upgrade_version == 'main' }}
run: |
ls
source scripts/vars.sh
export UPGRADE_VERSION=$TARGET_VERSION
export UPGRADE_BINARY_SOURCE=BUILD
Expand Down
1 change: 1 addition & 0 deletions scripts/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ if [ "$UPGRADE_BINARY_SOURCE" = "DOWNLOAD" ]; then
$CHAIN_BINARY version --long
elif [ "$UPGRADE_BINARY_SOURCE" = "BUILD" ]; then
echo "> Building binary"
rm -rf gaia
git clone https://github.com/cosmos/gaia.git
pushd gaia
git checkout $UPGRADE_COMMIT
Expand Down

0 comments on commit 1410887

Please sign in to comment.