Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
chore(license): add license to script bash files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Oct 3, 2018
1 parent 68b56c8 commit ecc23c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/ci-reports.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
# (see file: CONTRIBUTORS)
# SPDX-License-Identifier: BSD-3-Clause

if [ "${TRAVIS_REPO_SLUG}" != "node-gh/gh" ]; then
echo "Skipping report publishing: not in the gh repo slug.">&2
Expand Down
3 changes: 3 additions & 0 deletions scripts/ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
# © 2013 Liferay, Inc. <https://liferay.com> and Node GH contributors
# (see file: CONTRIBUTORS)
# SPDX-License-Identifier: BSD-3-Clause

if [ "${TRAVIS_REPO_SLUG}" != "node-gh/gh" ] ||
[ "${TRAVIS_PULL_REQUEST}" != "false" ] ||
Expand Down

0 comments on commit ecc23c8

Please sign in to comment.