Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into merge_nci_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Jun 28, 2024
2 parents 9ecb1d2 + b3cb985 commit 6edb531
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nci_environment/dea/scripts/datacube-ensure-user.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ def main(hostname, port, dbusername):
~/.pgpass can have <hostname>:<port>:<database>:<username>:<password>
e.g., *:*:*:<dbusername>:<password>
"""

if "PBS_JOBID" in os.environ:
return

dbcreds = DBCreds(
host=hostname,
port=str(port),
Expand Down

0 comments on commit 6edb531

Please sign in to comment.