with readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-29 01:33:27 +02:00
parent 96f639c056
commit b77e7e0d69
8 changed files with 50 additions and 0 deletions

2
recordings/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
scripts/
output/

10
recordings/record.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
rm -rf recordings/scripts
rm -rf recordings/output/
mkdir -p recordings/output
git clone https://github.com/paxtonhare/demo-magic recordings/scripts
asciinema rec recordings/output/output.cast --overwrite -c "recordings/script.sh"
agg recordings/output/output.cast assets/demo.gif

13
recordings/script.sh Executable file
View File

@@ -0,0 +1,13 @@
. recordings/scripts/demo-magic.sh -w1
clear
pe "echo 'lets build a docker:dind which includes dagger-go-sdk for defining our pipeline and then lets run it =D'"
pe "cat test.fish"
pe "cat main.go"
pe "./test.fish"
exit