Fix shellcheck issues.

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2023-02-15 14:56:30 +00:00 committed by Moritz Eckert
parent 1e74dfd1c4
commit 2b27c9f792

View file

@ -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