Skip to content

Commit cf56998

Browse files
authored
Merge pull request #7 from scotts/master
Fix calling skip tests
2 parents 1a155f9 + ead6791 commit cf56998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ IMAGE="swag-builder-cpp"
55
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
66

77
# only proceed if this directory is in the latest commit
8-
if [ $(./can-skip.sh .) ]; then
8+
if [ $(${CWD}/can-skip.sh .) ]; then
99
echo "Skipping build and test for C++ code."
1010
exit 0
1111
fi

0 commit comments

Comments
 (0)