Skip to content

Commit

Permalink
fix s6
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 6, 2023
1 parent d93604b commit 806023f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/git/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions docker/git/src/s6/user/finish
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
exit 0
1 change: 1 addition & 0 deletions docker/git/src/s6/user/setup
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ while [ "$response" != "200" ]; do
done

if [ -e "$cred_path" ]; then
echo "File $cred_path exists. Exiting script."
exit 0
fi

Expand Down

0 comments on commit 806023f

Please sign in to comment.