Skip to content

Commit

Permalink
Fix current directory for running tests (contributes to #71) (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone authored Jun 17, 2020
1 parent 849f78f commit 2bfdb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
displayName: Log in to IBM Cloud
- script: |
set -ex
ibmcloud oc cluster get -c $(IBM Cloud OpenShift Cluster ID) --json > cluster.json
cd ~/.ansible/collections/ansible_collections/ibm/blockchain_platform
export TEST_RUN_ID=$(dd if=/dev/urandom bs=4096 count=1 2>/dev/null | shasum | awk '{print $1}')
export SHORT_TEST_RUN_ID=$(echo ${TEST_RUN_ID} | awk '{print substr($1,1,8)}')
yq -yi '.api_endpoint="$(IBM Blockchain Platform API Endpoint)"' tests/integration/integration_config.yml
Expand Down

0 comments on commit 2bfdb2f

Please sign in to comment.