mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
fix s6
This commit is contained in:
parent
d93604b586
commit
806023fd8c
3 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
2
docker/git/src/s6/user/finish
Normal file
2
docker/git/src/s6/user/finish
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
exit 0
|
|
@ -23,6 +23,7 @@ while [ "$response" != "200" ]; do
|
|||
done
|
||||
|
||||
if [ -e "$cred_path" ]; then
|
||||
echo "File $cred_path exists. Exiting script."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue