mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-24 22:20:40 -04:00
Fix shellcheck issues.
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
1e74dfd1c4
commit
2b27c9f792
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cp recordings/check-sbom.cast ../static/assets/check-sbom.cast
|
||||||
|
|
||||||
# Create config
|
# Create config
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||||
-v "$(pwd)"/recordings:/recordings \
|
-v "$(pwd)"/recordings:/recordings \
|
||||||
-v "$(pwd)"/constellation:/constellation \
|
-v "$(pwd)"/constellation:/constellation \
|
||||||
screenrecodings /scripts/configure-cluster.expect
|
screenrecodings /scripts/configure-cluster.expect
|
||||||
|
@ -36,7 +36,7 @@ cp recordings/configure-cluster.cast ../static/assets/configure-cluster.cast
|
||||||
|
|
||||||
# Create cluster
|
# Create cluster
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||||
-v "$(pwd)"/recordings:/recordings \
|
-v "$(pwd)"/recordings:/recordings \
|
||||||
-v "$(pwd)"/constellation:/constellation \
|
-v "$(pwd)"/constellation:/constellation \
|
||||||
screenrecodings /scripts/create-cluster.expect
|
screenrecodings /scripts/create-cluster.expect
|
||||||
|
@ -44,7 +44,7 @@ cp recordings/create-cluster.cast ../static/assets/create-cluster.cast
|
||||||
|
|
||||||
# Terminate cluster
|
# Terminate cluster
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||||
-v "$(pwd)"/recordings:/recordings \
|
-v "$(pwd)"/recordings:/recordings \
|
||||||
-v "$(pwd)"/constellation:/constellation \
|
-v "$(pwd)"/constellation:/constellation \
|
||||||
screenrecodings /scripts/terminate-cluster.expect
|
screenrecodings /scripts/terminate-cluster.expect
|
||||||
|
@ -52,7 +52,7 @@ cp recordings/terminate-cluster.cast ../static/assets/terminate-cluster.cast
|
||||||
|
|
||||||
# Delete IAM
|
# Delete IAM
|
||||||
docker run -it \
|
docker run -it \
|
||||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||||
-v "$(pwd)"/recordings:/recordings \
|
-v "$(pwd)"/recordings:/recordings \
|
||||||
-v "$(pwd)"/constellation:/constellation \
|
-v "$(pwd)"/constellation:/constellation \
|
||||||
screenrecodings /scripts/delete-iam.expect
|
screenrecodings /scripts/delete-iam.expect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue