fuel-plugin-cinder-netapp/pre_build_hook
Ukov Dmitry 3d61f2f4d8 Initial implementation of Cinder NetApp plugin
Change-Id: Ie913f72efba4abca8ca923b036f34f3c508b063c
2014-12-11 13:22:48 +03:00

6 lines
204 B
Bash
Executable File

#!/bin/bash
# Add here any the actions which are required before plugin build
# like packages building, packages downloading from mirrors and so on.
# The script should return 0 if there were no errors.