1
Fork 0

add scripts/build-and-upload

main
Motiejus Jakštys 2022-04-12 13:17:04 +03:00
parent 97d25946a7
commit e8c1cec4b5
1 changed files with 6 additions and 0 deletions

6
scripts/build-and-upload Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
set -xeuo pipefail
cd "$(git rev-parse --show-toplevel)/jakstys.lt"
scripts/build
scripts/upload