Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jun 20, 2024
1 parent 91aa382 commit 18f84a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/asciinema/generate-screencasts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if [[ -z "${contrastPath:-}" ]]; then
fi
scriptdir=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
docker build -t screenrecodings docker
docker build -t screenrecodings "${scriptdir}/docker"
docker run -it \
docker run -t \
-v "${HOME}/.kube/config:/root/.kube/config" \
-v "${scriptdir}/recordings:/recordings" \
-v "${scriptdir}/scripts:/scripts" \
Expand Down

0 comments on commit 18f84a3

Please sign in to comment.