Skip to content

Commit

Permalink
go to ows folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pindge committed Jan 10, 2022
1 parent d1f235b commit a2ed1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deaconfig-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Config parser check
run: |
export $(grep -v '^#' .env_ows_root | xargs)
cd ./datacube-ows
export $(grep -v '^#' .env_ows_root | xargs)
docker-compose -f docker-compose.yaml -f docker-compose.db.yaml up -d
docker-compose -f docker-compose.yaml -f docker-compose.db.yaml exec -T ows /bin/sh -c "curl https://raw.githubusercontent.com/GeoscienceAustralia/dea-config/master/dev/services/wms/inventory.json -o /tmp/inventory.json"
docker-compose -f docker-compose.yaml -f docker-compose.db.yaml exec -T ows /bin/sh -c "cd /code; ./compare-cfg.sh"
Expand Down

0 comments on commit a2ed1d7

Please sign in to comment.