ignore auto push script

This commit is contained in:
cxh 2025-05-26 11:08:48 +08:00
parent a8c79816e0
commit d185d96d79

View File

@ -1,11 +0,0 @@
#!/bin/bash
cd /home/cxh/sweeper_truck_ros || exit 1
USERNAME="cxh"
PASSWORD="Cxh980416@"
REPO="http://${USERNAME}:${PASSWORD}@192.168.4.194:3000/cxh/sweeper_truck_ros.git"
git add .
git commit -m "auto"
git push "$REPO" master