UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Add Sandbox package option to dev script

Merged Peter Sigur requested to merge add-sandbox-to-dev into main
2 files
+ 51
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -48,6 +48,13 @@ export KUBECONFIG=~/.kube/$(aws sts get-caller-identity --query "Arn" --output t
13. Do your dev work. Trigger new renovate pipeline runs from the pipeline schedule.
## Importing Sandbox Packages
If you would like to import/test against [Sandbox packages](https://repo1.dso.mil/big-bang/apps/sandbox) *instead* of fully supported Big Bang packages, run the script in Step #6 with the `-s` flag:
```
./dev/renovate-dev.sh -s
```
## Destroy
If you need to destroy the Renovate Dev Setup you can use the following:
```
Loading