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

Commit

Permalink
restart CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklanirdesh82 committed May 2, 2017
1 parent a02e46d commit a57742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/drone-scripts/validate-and-serialize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

DS='-ds=datastore1'
unit_test_array=($TEST_URL_ARRAY)
numServers=${#unit_test_array[@]}
Expand All @@ -31,7 +32,6 @@ do
outArray=($prevBuildStatus)
if [[ ${outArray[2]} != *"running"* || ${outArray[2]} == *"running"* && $prevBuild == $DRONE_BUILD_NUMBER ]]
then
echo "cleaning up space from ongoing folder"
govc datastore.rm $DS docker-volume-vsphere/ongoing/$prevBuild
else
echo "Waiting 2 minutes for previous build $prevBuild to complete";
Expand Down

0 comments on commit a57742b

Please sign in to comment.