Skip to content

Commit

Permalink
More debug and path corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar committed Jan 7, 2025
1 parent cde5a8e commit 84060b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,13 +479,17 @@ jobs:
set -x
pwd
chmod +x ./babylonnode
mv ./babylonnode $HOME/babylonnode && cd $HOME
sudo apt-get update -y
sudo apt-get install containerd runc jq -y
./babylonnode docker dependencies
- name: Setup config
run: |

Check warning on line 487 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:4:4: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/ci.yml:487:9: shellcheck reported issue in this script: SC2086:info:4:4: Double quote to prevent globbing and word splitting [shellcheck]
set -x
chmod +x ./babylonnode
pwd
pwd && ls -la
cd $HOME
mkdir -p "$HOME/babylon-node-config"
export DISABLE_VERSION_CHECK=true
export RADIXDLT_APP_VERSION_OVERRIDE="rcnet-v2-phase2-r4"
Expand All @@ -499,6 +503,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run CLI setup
run: |

Check warning on line 505 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:5:4: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/ci.yml:505:9: shellcheck reported issue in this script: SC2086:info:5:4: Double quote to prevent globbing and word splitting [shellcheck]
set -x
export DISABLE_VERSION_CHECK=true
export DOCKER_COMPOSE_LOCATION="/usr/local/bin/docker-compose"
pwd && ls -la
Expand All @@ -518,6 +523,7 @@ jobs:

- name: Run Monitoring setup
run: |

Check warning on line 525 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:4:4: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/ci.yml:525:9: shellcheck reported issue in this script: SC2086:info:4:4: Double quote to prevent globbing and word splitting [shellcheck]
set -x
pwd && ls -la
export DOCKER_COMPOSE_LOCATION="/usr/local/bin/docker-compose"
cd $HOME
Expand Down

0 comments on commit 84060b0

Please sign in to comment.