diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-10-23 17:34:26 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-10-23 17:34:26 +0100 |
commit | d5cce3cbd84146e3c45301f0a093e8c6d9d09d07 (patch) | |
tree | d421a766f25fa7d28ae9c82e9b380cf2c04f7166 /triggers/publish_trigger.sh | |
parent | 659ed4f61d5041f22e5dcf6cc45ac6f2f6762797 (diff) | |
download | buildslave-scripts-master.tar.gz |
Diffstat (limited to 'triggers/publish_trigger.sh')
-rw-r--r-- | triggers/publish_trigger.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/triggers/publish_trigger.sh b/triggers/publish_trigger.sh index dc83791..e97a394 100644 --- a/triggers/publish_trigger.sh +++ b/triggers/publish_trigger.sh @@ -1,3 +1,17 @@ + +# Copyright (C) 2015 Codethink Limited +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see <http://www.gnu.org/licenses/>. set -ex ARTEFACT=$1 TESTING_SHA=$2 |