Skip to content

Commit

Permalink
Tests for env variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jan 17, 2024
1 parent 4aa952d commit 7a4033f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ogc/bblocks/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
sparql_gsp = sparql_conf.get('push')
if sparql_gsp:
print(f"Pushing {register_ttl_fn} to SPARQL GSP at {sparql_gsp}", file=sys.stderr)
print(os.environ.keys())
if os.environ.get('SPARQL_USERNAME'):
auth = (os.environ['SPARQL_USERNAME'], os.environ.get('SPARQL_PASSWORD'))
else:
Expand Down
3 changes: 3 additions & 0 deletions postprocess/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ inputs:
runs:
using: docker
image: docker://ghcr.io/opengeospatial/bblocks-postprocess
env:
SPARQL_USERNAME: $SPARQL_USERNAME
SPARQL_PASSWORD: $SPARQL_PASSWORD
args:
- '--register-file'
- ${{ inputs.register_file }}
Expand Down

0 comments on commit 7a4033f

Please sign in to comment.