Wrap commands using code block in doc
* Wrapped the SOPs export commands in code block to avoid any copy paste issues Change-Id: I0ba17745ab11caedd575970878d6b34225815fd2
This commit is contained in:
parent
aaf738396e
commit
a527b7f1f5
@ -200,9 +200,11 @@ Make sure the following conditions are met:
|
|||||||
4. Install necessary packages and pre deployment setup
|
4. Install necessary packages and pre deployment setup
|
||||||
1. ./tools/gate/00_setup.sh
|
1. ./tools/gate/00_setup.sh
|
||||||
5. Download test security key and add it to environment variable.
|
5. Download test security key and add it to environment variable.
|
||||||
|
```sh
|
||||||
- curl -fsSL -o /tmp/key.asc https://raw.githubusercontent.com/mozilla/sops/master/pgp/sops_functional_tests_key.asc
|
- curl -fsSL -o /tmp/key.asc https://raw.githubusercontent.com/mozilla/sops/master/pgp/sops_functional_tests_key.asc
|
||||||
- export SOPS_IMPORT_PGP="$(cat /tmp/key.asc)"
|
- export SOPS_IMPORT_PGP="$(cat /tmp/key.asc)"
|
||||||
- export SOPS_PGP_FP="FBC7B9E2A4F9289AC0C1D4843D16CEE4A27381B4"
|
- export SOPS_PGP_FP="FBC7B9E2A4F9289AC0C1D4843D16CEE4A27381B4"
|
||||||
|
```
|
||||||
6. Execute the following scripts one by one
|
6. Execute the following scripts one by one
|
||||||
1. ./tools/gate/10_build_gate.sh
|
1. ./tools/gate/10_build_gate.sh
|
||||||
1. sudo -E ./tools/deployment/01_install_kubectl.sh
|
1. sudo -E ./tools/deployment/01_install_kubectl.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user