Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
update circleci config to replace quote asset for test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Oct 25, 2020
1 parent 94a30d6 commit 7a15ab6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ commands:
name: Replace Source Secret
command: sed -i -e 's/SDDAHRX2JB663N3OLKZIBZPF33ZEKMHARX362S737JEJS2AX3GJZY5LU/SCNWRBLLRCPKKMFTDBU2JN6DWOLJ42FGOQHVF62FMXRQRI7HEERAAO2B/' examples/configs/trader/sample_trader.cfg

replace_quote_asset:
steps:
- run:
name: Replace Quote Asset
command: sed -i -e 's/COUPON/CITEST/' examples/configs/trader/sample_trader.cfg

test_kelp__integration_delete:
steps:
- run:
Expand Down Expand Up @@ -120,6 +126,7 @@ jobs:
- build_kelp
- replace_trader_secret
- replace_source_secret
- replace_quote_asset
# delete once before we start our set of tests, don't delete in between tests because of rate limit issues
- test_kelp__integration_delete
- test_kelp__integration_buysell
Expand Down

0 comments on commit 7a15ab6

Please sign in to comment.