Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
Minor change to fix test script
Browse files Browse the repository at this point in the history
Removed "#" which shell would treat as beginning of comment.
  • Loading branch information
pdhamdhere committed Mar 25, 2017
1 parent f6dae2b commit c6b7ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ build:
- ./misc/drone-scripts/deploy-and-test-wrapper.sh $GOVC_URL $VM1 $VM2 $$BUILD_NUMBER < /dev/null
- #
- #echo "=> Running tests on VSAN ESX_6.0" `date` > /dev/null
- echo "=> Tests are disabled for VSAN ESX_6.0 until we fix #1057" `date` > /dev/null
- echo "=> Tests are disabled for VSAN ESX_6.0 until we fix Git Issue 1057" `date` > /dev/null
- #
- #export VM1=`$GOVC_GET_IP photon.ga.vsan`
- #export VM2=`$GOVC_GET_IP Ubuntu.1404.vsan`
Expand Down

0 comments on commit c6b7ac3

Please sign in to comment.