From 8e3dab3ff9b18631f254153edb9689aa6c7efb2c Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 1 Oct 2020 13:28:33 +0100 Subject: [PATCH] updated travis_api.sh --- travis_api.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/travis_api.sh b/travis_api.sh index 1a78d646..17e45e09 100755 --- a/travis_api.sh +++ b/travis_api.sh @@ -102,6 +102,13 @@ ${0##*/} /repo/HariSekhon%2FDevOps-Bash-tools/settings ${0##*/} /repo/%2F/caches ${0##*/} /repo/HariSekhon%2FDevOps-Bash-tools/caches + + +# List environment variables for a repository: + +${0##*/} /repo/%2F/env_vars + +${0##*/} /repo/HariSekhon%2FDevOps-Bash-tools/env_vars " # used by usage() in lib/utils.sh