Skip to content

Commit

Permalink
use tt sandbox env and move build time (singer-io#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kspeer825 authored Jun 9, 2021
1 parent 9d78654 commit 2f57e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run:
name: 'Integration Tests'
command: |
aws s3 cp s3://com-stitchdata-dev-deployment-assets/environments/tap-tester/sandbox dev_env.sh
aws s3 cp s3://com-stitchdata-dev-deployment-assets/environments/tap-tester/tap_tester_sandbox dev_env.sh
source dev_env.sh
source /usr/local/share/virtualenvs/tap-tester/bin/activate
run-test --tap=tap-shopify \
Expand All @@ -51,7 +51,7 @@ workflows:
build_daily:
triggers:
- schedule:
cron: "0 14 * * *"
cron: "0 6 * * *"
filters:
branches:
only:
Expand Down

0 comments on commit 2f57e65

Please sign in to comment.