- Timestamp:
- 12/18/20 12:10:47 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/packagers/mac/complete-issm-mac-binaries-matlab.sh
r25889 r25891 70 70 ## Parse options 71 71 # 72 # NOTE: Checking if more than three arguments because the first two contain 73 # the repository credentials 74 # 75 if [ $# -gt 3 ]; then 72 if [ $# -gt 1 ]; then 76 73 echo "Can use only one option at a time" 77 74 exit 1 78 75 fi 79 80 # Retrieve repository credentials81 #82 # NOTE: This is not very secure, but better than maintaining the credentials in83 # plaintext84 #85 # TODO: Either maintain credentials in a secret file on node, or write out86 # crendentials to file in Jenkins 'Execute shell' and source it in each87 # script that requires them88 #89 export ISSM_BINARIES_REPO_USER="${1}" # NOTE: This is not very secure, but90 shift91 export ISSM_BINARIES_REPO_PASS="${1}" # NOTE: This is not very secure92 shift93 76 94 77 # NOTE: We could do this with binary switching (i.e. 0011 to sign and transfer,
Note:
See TracChangeset
for help on using the changeset viewer.