diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-15 16:29:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-15 16:29:10 -0500 |
commit | 33fde33643cec5633e5efbcd6b060bb3e96f6957 (patch) | |
tree | d0afb9eedbe72a5d556cb0443e86a41467a0cc6f /jwstdp/utils/credential_helper.sh | |
parent | 26741563e5749f63aee9079c924cb28a36a6aedf (diff) | |
download | astroconda-releases-testing-33fde33643cec5633e5efbcd6b060bb3e96f6957.tar.gz |
JWSTDP refinement (#101)
* Remove redundant internal values after implementing config file approach
* Add credential helper to support git pushes from Jenkins
Diffstat (limited to 'jwstdp/utils/credential_helper.sh')
-rwxr-xr-x | jwstdp/utils/credential_helper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |