600811ab12
Adds image generation and validation for MapR Change-Id: Ib2d3bf2fa43db96437682d7479df1e897b997674
6 lines
65 B
Bash
6 lines
65 B
Bash
#!/bin/bash
|
|
|
|
if [ $test_only -eq 0 ]; then
|
|
apt-get update
|
|
fi
|