Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neutrinet
neutrinet_ynh
Commits
f345ea0a
Commit
f345ea0a
authored
May 03, 2020
by
Aleks
Browse files
Allow renew-cert failure during CI tests
parent
2846297f
Changes
3
Hide whitespace changes
Inline
Side-by-side
scripts/install
View file @
f345ea0a
...
...
@@ -122,4 +122,5 @@ chmod 0755 /etc/cron.daily/$app-renew-cert
ynh_script_progression
"Checking certificates…"
/etc/cron.daily/
$app
-renew-cert
# (This is expected to fail during CI tests because no credential available)
/etc/cron.daily/
$app
-renew-cert
||
[
${
PACKAGE_CHECK_EXEC
:-
0
}
-eq
1
]
scripts/restore
View file @
f345ea0a
...
...
@@ -88,5 +88,5 @@ chmod 0755 /etc/cron.daily/$app-renew-cert \
ynh_script_progression
"Checking certificates…"
/etc/cron.daily/
$app
-renew-cert
# (This is expected to fail during CI tests because no credential available)
/etc/cron.daily/
$app
-renew-cert
||
[
${
PACKAGE_CHECK_EXEC
:-
0
}
-eq
1
]
scripts/upgrade
View file @
f345ea0a
...
...
@@ -157,4 +157,6 @@ chmod 0755 /etc/cron.daily/$app-renew-cert
#=================================================
ynh_script_progression
"Checking certificates..."
/etc/cron.daily/
$app
-renew-cert
# (This is expected to fail during CI tests because no credential available)
/etc/cron.daily/
$app
-renew-cert
||
[
${
PACKAGE_CHECK_EXEC
:-
0
}
-eq
1
]
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