Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
birbci
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bob Mottram
birbci
Commits
3c791384
Commit
3c791384
authored
Oct 11, 2018
by
Bob Mottram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Lower update frequancy
parent
29f9ef4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
birbci
birbci
+2
-1
No files found.
birbci
View file @
3c791384
...
...
@@ -39,6 +39,7 @@ XMPP_ADDRESS=
COPY_IMAGES=
SYNCHRONOUS=
USE_BUILD_LOG=no
UPDATE_SEC=600
function create_daemon {
daemon="$1"
...
...
@@ -90,7 +91,7 @@ function create_daemon {
echo '';
echo 'while true';
echo 'do';
echo
' sleep 30'
;
echo
" sleep $UPDATE_SEC"
;
echo '';
echo " if [ ! -f /etc/${APP_NAME}/builds.txt ]; then";
echo ' continue';
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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