sahara-plugin-mapr/sahara/plugins/mapr/resources/images/centos/update_repository
Telles Nobrega 600811ab12 Image generation for MapR
Adds image generation and validation for MapR

Change-Id: Ib2d3bf2fa43db96437682d7479df1e897b997674
2018-01-11 10:50:05 -03:00

6 lines
80 B
Bash

#!/bin/bash
if [ $test_only -eq 0 ]; then
yum clean all && yum repolist
fi