gitea-actions-test/hello.sh
Alex Lau (AvengerMoJo) 82574f4a6b
Adding dockerfile and obs-service yaml
Signed-off-by: Alex Lau (AvengerMoJo) <alau@suse.com>
2023-09-20 23:43:03 +08:00

6 lines
78 B
Bash

#!/bin/sh -l
echo "Hello $1"
time=$(date)
echo "time=$time" >> $GITEA_OUTPUT