aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d/certbot-josepy.sh
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-11-29 11:06:14 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2018-11-28 22:06:14 -0500
commit2f2f3d2e414a0167ae3a98b9b608904b2c76a35f (patch)
tree1133cd9fb42f3cc356515afc218434ba6c6b3f11 /.travis/downstream.d/certbot-josepy.sh
parentb318e3719caa98523ea0020c9997171abb85dff4 (diff)
downloadcryptography-2f2f3d2e414a0167ae3a98b9b608904b2c76a35f.tar.gz
cryptography-2f2f3d2e414a0167ae3a98b9b608904b2c76a35f.tar.bz2
cryptography-2f2f3d2e414a0167ae3a98b9b608904b2c76a35f.zip
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
Diffstat (limited to '.travis/downstream.d/certbot-josepy.sh')
-rwxr-xr-x.travis/downstream.d/certbot-josepy.sh1
1 files changed, 1 insertions, 0 deletions
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)