fuel-plugin-detach-keystone/pre_build_hook
Bartłomiej Piotrowski c5b5df02fd Initial commit
Change-Id: I0cb81f6abd3e280e2eb0b1432c49c88a986ea53c
2015-08-17 13:16:42 +02:00

6 lines
207 B
Bash
Executable File

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