Some fixes

This commit is contained in:
Adrien Ferrand 2020-06-26 23:56:37 +02:00
parent c779a37150
commit c36070e065
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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"]