fuel-plugin-detach-database/pre_build_hook
Matthew Mosesohn 09a30693cb Initial commit
Change-Id: Ieb31431ee19d74b101fbd248990f99b57430ea2d
2015-08-17 13:18:29 +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.