From 33fde33643cec5633e5efbcd6b060bb3e96f6957 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 15 Nov 2019 16:29:10 -0500 Subject: JWSTDP refinement (#101) * Remove redundant internal values after implementing config file approach * Add credential helper to support git pushes from Jenkins --- jwstdp/utils/credential_helper.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 jwstdp/utils/credential_helper.sh (limited to 'jwstdp/utils/credential_helper.sh') diff --git a/jwstdp/utils/credential_helper.sh b/jwstdp/utils/credential_helper.sh new file mode 100755 index 0000000..1e69279 --- /dev/null +++ b/jwstdp/utils/credential_helper.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +echo username=$USERNAME +echo password=$PASSWORD -- cgit