This commit is contained in:
Darren 2023-12-06 09:52:22 +08:00 committed by GitHub
parent d93604b586
commit 806023fd8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# modify time: 202312050925, you can modify here to trigger Docker Build action
# modify time: 202312060952, you can modify here to trigger Docker Build action
# Dockerfile refer to: https://github.com/go-gitea/gitea/blob/main/Dockerfile
FROM gitea/gitea:1.20.4

View file

@ -0,0 +1,2 @@
#!/bin/bash
exit 0

View file

@ -23,6 +23,7 @@ while [ "$response" != "200" ]; do
done
if [ -e "$cred_path" ]; then
echo "File $cred_path exists. Exiting script."
exit 0
fi