Remove git-ssh usage
This commit is contained in:
parent
0a93c5101b
commit
4a75025e23
@ -20,7 +20,7 @@
|
||||
- Fetch stack:
|
||||
|
||||
```bash
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
|
||||
```
|
||||
|
||||
- Generate LPS lockup distribution JSON file
|
||||
|
@ -25,7 +25,7 @@
|
||||
- laconicd-stack
|
||||
|
||||
```bash
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
|
||||
```
|
||||
|
||||
## Build laconicd to generate genesis file
|
||||
|
@ -7,7 +7,7 @@
|
||||
- To fetch laconicd-stack:
|
||||
|
||||
```bash
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
|
||||
```
|
||||
|
||||
- Machine 1: Where your SAPO testnet node is already running
|
||||
|
@ -260,7 +260,7 @@ Instructions to reset / update the deployments
|
||||
* If code has changed, fetch and build with updated source code:
|
||||
|
||||
```bash
|
||||
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend setup-repositories --git-ssh --pull
|
||||
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend setup-repositories --pull
|
||||
|
||||
# rebuild containers
|
||||
laconic-so --stack ~/cerc/snowballtools-base-api-stack/stack-orchestrator/stacks/snowballtools-base-backend build-containers --force-rebuild
|
||||
|
@ -15,7 +15,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
|
||||
- Fetch the stack:
|
||||
|
||||
```bash
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --git-ssh --pull
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/laconicd-stack --pull
|
||||
```
|
||||
|
||||
- Copy the example variables file:
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
- name: Clone cosmos-multisig-ui repo
|
||||
shell: |
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --git-ssh --pull
|
||||
laconic-so fetch-stack git.vdb.to/cerc-io/cosmos-multisig-ui@v0.1.2 --pull
|
||||
|
||||
- name: Build container image
|
||||
shell: |
|
||||
|
@ -24,7 +24,7 @@
|
||||
- name: Setup required repositories
|
||||
shell: >
|
||||
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
|
||||
setup-repositories --git-ssh --pull
|
||||
setup-repositories --pull
|
||||
|
||||
- name: Build container images
|
||||
shell: |
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
- name: Fetch tmkms stack
|
||||
shell: |
|
||||
laconic-so fetch-stack git.vdb.to/LaconicNetwork/tmkms-stack --git-ssh --pull
|
||||
laconic-so fetch-stack git.vdb.to/LaconicNetwork/tmkms-stack --pull
|
||||
|
||||
- name: Build tmkms container images
|
||||
shell: |
|
||||
|
@ -8,7 +8,7 @@
|
||||
- name: Setup required repositories
|
||||
shell: >
|
||||
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
|
||||
setup-repositories --git-ssh --pull
|
||||
setup-repositories --pull
|
||||
|
||||
- name: Build container images
|
||||
shell: |
|
||||
|
@ -31,7 +31,7 @@
|
||||
- name: Setup required repositories
|
||||
shell: >
|
||||
laconic-so --stack ~/cerc/laconicd-stack/stack-orchestrator/stacks/mainnet-laconicd
|
||||
setup-repositories --git-ssh --pull
|
||||
setup-repositories --pull
|
||||
|
||||
- name: Build container images
|
||||
shell: |
|
||||
|
Loading…
Reference in New Issue
Block a user