mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-24 14:10:49 -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
|
||||
docker run -it \
|
||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
||||
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||
-v "$(pwd)"/recordings:/recordings \
|
||||
-v "$(pwd)"/constellation:/constellation \
|
||||
screenrecodings /scripts/configure-cluster.expect
|
||||
|
@ -36,7 +36,7 @@ cp recordings/configure-cluster.cast ../static/assets/configure-cluster.cast
|
|||
|
||||
# Create cluster
|
||||
docker run -it \
|
||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
||||
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||
-v "$(pwd)"/recordings:/recordings \
|
||||
-v "$(pwd)"/constellation:/constellation \
|
||||
screenrecodings /scripts/create-cluster.expect
|
||||
|
@ -44,7 +44,7 @@ cp recordings/create-cluster.cast ../static/assets/create-cluster.cast
|
|||
|
||||
# Terminate cluster
|
||||
docker run -it \
|
||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
||||
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||
-v "$(pwd)"/recordings:/recordings \
|
||||
-v "$(pwd)"/constellation:/constellation \
|
||||
screenrecodings /scripts/terminate-cluster.expect
|
||||
|
@ -52,7 +52,7 @@ cp recordings/terminate-cluster.cast ../static/assets/terminate-cluster.cast
|
|||
|
||||
# Delete IAM
|
||||
docker run -it \
|
||||
-v $HOME/.config/gcloud:/root/.config/gcloud \
|
||||
-v "${HOME}"/.config/gcloud:/root/.config/gcloud \
|
||||
-v "$(pwd)"/recordings:/recordings \
|
||||
-v "$(pwd)"/constellation:/constellation \
|
||||
screenrecodings /scripts/delete-iam.expect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue