mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Some fixes
This commit is contained in:
parent
c779a37150
commit
c36070e065
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ trigger:
|
|||
- v*
|
||||
pr: none
|
||||
|
||||
stage:
|
||||
stages:
|
||||
- stage: Test_Package
|
||||
jobs:
|
||||
# Any addition here should be reflected in the advanced and advanced-test pipelines.
|
||||
|
|
|
|||
|
|
@ -51,4 +51,4 @@ RUN cp /home/lea/certbot/letsencrypt-auto-source/tests/${REDHAT_DIST_FLAVOR}6_te
|
|||
USER lea
|
||||
WORKDIR /home/lea
|
||||
|
||||
CMD ["sudo", "script", "-c", "certbot/letsencrypt-auto-source/tests/redhat6_tests.sh"]
|
||||
CMD ["sudo", "script -c certbot/letsencrypt-auto-source/tests/redhat6_tests.sh"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue