this time?
Run script on commit / run-bash (push) Failing after 1m29s

This commit is contained in:
Romane
2026-05-02 13:37:12 +02:00
parent d8a7629c3b
commit 166daf5ad8
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
apt install -y golang
apt update && apt install -y golang-go
go run main.go
echo "Done running!"