Skip to content

Commit

Permalink
Minor fix to the release script. (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
arostamianfar authored Nov 26, 2018
1 parent 33c6c69 commit 0a2e4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The process is as follows:
virtualenv "${temp_dir}"
source ${temp_dir}/bin/activate
pip install --upgrade .[int_test]
python gcp_variant_transforms/testing/integration/run_tests.py \
python gcp_variant_transforms/testing/integration/run_vcf_to_bq_tests.py \
--project gcp-variant-transforms-test \
--staging_location "gs://integration_test_runs/staging" \
--temp_location "gs://integration_test_runs/temp" \
Expand Down

0 comments on commit 0a2e4f0

Please sign in to comment.