Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit ed231ba

Browse files
author
Simon Stone
authored
Testing for wrong repository slug (#704)
1 parent e2424f6 commit ed231ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "${SYSTEST}" != "" ]; then
2929
fi
3030

3131
# Check that this is the main repository.
32-
if [[ "${TRAVIS_REPO_SLUG}" != fabric-composer* ]]; then
32+
if [[ "${TRAVIS_REPO_SLUG}" != hyperledger* ]]; then
3333
echo "Skipping deploy; wrong repository slug."
3434
exit 0
3535
fi

0 commit comments

Comments
 (0)