Dockerfile/test.sh

7 lines
78 B
Bash
Raw Normal View History

2023-03-18 16:30:49 +08:00
#!/usr/bin/env bash
git add .
git commit -m "$(date) test by bot."
2023-03-18 16:30:49 +08:00
git push