Skip to content

Commit

Permalink
cribbit.sh removed (#15602)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfelix authored Dec 18, 2024
1 parent a01ed0f commit 2e3a707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/scripts/keystone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you want to redeploy all resources, then you'll want to do the following:
```bash
# From /crib
devspace purge --profile keystone # Remove all k8s resources
./cribbit.sh crib-<new-namespace> # Purge currently leaves some hanging resources, make a new namespace
DEVSPACE_NAMESPACE=crib-<new-namespace> crib init # Purge currently leaves some hanging resources, make a new namespace
devspace deploy --profile keysone --clean # Wipe any keystone related persisted data, like artefacts and caches.
```

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/crib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It runs OCRv1 and reboots the environment confirming integration with environmen
Go to the [CRIB](https://github.com/smartcontractkit/crib) repository and spin up a cluster.

```shell
./scripts/cribbit.sh crib-oh-my-crib
DEVSPACE_NAMESPACE=crib-oh-my-crib crib init
devspace deploy --debug --profile local-dev-simulated-core-ocr1
```

Expand Down

0 comments on commit 2e3a707

Please sign in to comment.