fuel-plugin-nova-nfs/pre_build_hook
sbartel 3267136b5e Initial implementation of Nova NFS plugin for Fuel
Change-Id: I13d19fc38b7ff8cbd286d544a486b36231318931
2015-04-28 09:44:02 +02:00

5 lines
203 B
Bash

#!/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.