Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TeDomum
Gitpuller
Commits
1eb47b14
Commit
1eb47b14
authored
Jul 14, 2020
by
kaiyou
Browse files
Initial commit
parents
Pipeline
#1428
passed with stage
in 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
1eb47b14
FROM
alpine:latest
RUN
apk add
--no-cache
git
COPY
./entrypoint.sh /entrypoint.sh
ENTRYPOINT
/entrypoint.sh
entrypoint.sh
0 → 100755
View file @
1eb47b14
#!/bin/sh
cd
/repo
while
true
;
do
git pull
sleep
$INTERVAL
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment