From 2f2f3d2e414a0167ae3a98b9b608904b2c76a35f Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 29 Nov 2018 11:06:14 +0800 Subject: fix certbot downstream, show commit hash for all downstreams (#4614) * fix certbot downstream, show commit hash for all downstreams * Update aws-encryption-sdk.sh * lol --- .travis/downstream.d/certbot-josepy.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.travis/downstream.d/certbot-josepy.sh') diff --git a/.travis/downstream.d/certbot-josepy.sh b/.travis/downstream.d/certbot-josepy.sh index 57e539b2..0acf9547 100755 --- a/.travis/downstream.d/certbot-josepy.sh +++ b/.travis/downstream.d/certbot-josepy.sh @@ -4,6 +4,7 @@ case "${1}" in install) git clone --depth=1 https://github.com/certbot/josepy cd josepy + git rev-parse HEAD pip install -e ".[tests]" ;; run) -- cgit v1.2.3