Skip to content

Commit

Permalink
Changing grid client version in readme file and grid nightly script (#…
Browse files Browse the repository at this point in the history
…3760)

* Changing grid client version in readmefile and grid nightly script

* Changing grid client version in readmefile and grid nightly script

* Restoring different networks using specific versions

* updating version for mainnet
  • Loading branch information
maayarosama authored Dec 18, 2024
1 parent c2d6060 commit a221df8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,19 @@ jobs:

steps:
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'dev' }}
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'qa' }}
with:
ref: refs/tags/v2.6.3
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'test' }}
with:
ref: refs/tags/v2.6.3
- uses: actions/checkout@v4
if: ${{ env.NETWORK == 'main' }}
with:
ref: refs/tags/v2.5.2
ref: refs/tags/v2.6.3

- name: Set up node 18
uses: actions/setup-node@v3
Expand Down
6 changes: 3 additions & 3 deletions packages/grid_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ grid_client is a client used for deploying workloads (VMs, ZDBs, k8s, etc.) on g

## Installation

> **Warning**: For **Qanet**, Please use @2.5.2 version
> **Warning**: For **Qanet**, Please use @2.6.3 version
> **Warning**: For **Testnet**, Please use @2.5.2 version
> **Warning**: For **Testnet**, Please use @2.6.3 version
> **Warning**: For **Mainnet**, Please use @2.5.2 version
> **Warning**: For **Mainnet**, Please use @2.6.3 version
### External package

Expand Down

0 comments on commit a221df8

Please sign in to comment.