Skip to content

Commit

Permalink
Switch test variable from http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak committed Apr 2, 2020
1 parent d1bb5c1 commit 813fe46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ export DEB_WEBDIR=${TESTDIR}/debian${RELEASELINE}

# URL to the aforementioned webdir.
WEBSERVER=pkg.jenkins.io
export RPM_URL=http://${WEBSERVER}/redhat${RELEASELINE}
export SUSE_URL=http://${WEBSERVER}/opensuse${RELEASELINE}
export DEB_URL=http://${WEBSERVER}/debian${RELEASELINE}
export RPM_URL=https://${WEBSERVER}/redhat${RELEASELINE}
export SUSE_URL=https://${WEBSERVER}/opensuse${RELEASELINE}
export DEB_URL=https://${WEBSERVER}/debian${RELEASELINE}

0 comments on commit 813fe46

Please sign in to comment.