Skip to content

Commit

Permalink
fix of cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Sep 6, 2023
1 parent fa8d4e0 commit 45dd3c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
PGPASSWORD=$(<./secrets/webapi/WEBAPI_DATASOURCE_PASSWORD) psql -h 127.0.0.1 -p 5432 -U postgres -c "select * from webapi.source limit 1"
- name: Build webapi profile, sleep 3 mins
run: |
pwd
cd $GITHUB_WORKSPACE/Broadsea
pwd
cd $GITHUB_WORKSPACE
docker-compose --env-file .env --profile webapi-from-image up -d
sleep 180
docker logs ohdsi-webapi

0 comments on commit 45dd3c4

Please sign in to comment.