Skip to content

Commit

Permalink
add the read url
Browse files Browse the repository at this point in the history
  • Loading branch information
newtewt committed Aug 31, 2021
1 parent 2897d14 commit 4b3d35d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
COUCH_NODE_NAME: nonode@nohost
BUILDS_SERVER: _couch/builds_testing
STAGING_SERVER: _couch/builds
MARKET_URL_READ: 'https://staging.dev.medicmobile.org'
MARKET_URL: ${{ secrets.AUTH_MARKET_URL || 'https://staging.dev.medicmobile.org' }}

jobs:
Expand Down Expand Up @@ -146,15 +147,15 @@ jobs:
run: ./scripts/travis/couch-config
- name: Echo Vars
run: |
echo "HORTI_BUILDS_SERVER=${MARKET_URL}/${BUILDS_SERVER}"
echo "HORTI_BUILDS_SERVER=${MARKET_URL_READ}/${BUILDS_SERVER}"
echo "--install=medic:medic:test-${TRAVIS_BUILD_NUMBER}"
echo "COUCH_URL=${COUCH_URL}"
- name: Curl Couch_url
run: curl ${COUCH_URL}
- name: horti setup
run: |
echo "COUCH_URL=$COUCH_URL HORTI_BUILDS_SERVER=$MARKET_URL/$BUILDS_SERVER"
COUCH_URL=$COUCH_URL HORTI_BUILDS_SERVER=$MARKET_URL/$BUILDS_SERVER horti --local --install=medic:medic:test-$TRAVIS_BUILD_NUMBER > tests/logs/horti.log &
echo "COUCH_URL=$COUCH_URL HORTI_BUILDS_SERVER=$MARKET_URL_READ/$BUILDS_SERVER"
COUCH_URL=$COUCH_URL HORTI_BUILDS_SERVER=$MARKET_URL_READ/$BUILDS_SERVER horti --local --install=medic:medic:test-$TRAVIS_BUILD_NUMBER > tests/logs/horti.log &
- name: Test it!
run: node --stack_size=10000 `which grunt` ci-e2e
- name: Dump Couch logs
Expand Down

0 comments on commit 4b3d35d

Please sign in to comment.