We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a155f9 + ead6791 commit cf56998Copy full SHA for cf56998
cpp/build-and-test.sh
@@ -5,7 +5,7 @@ IMAGE="swag-builder-cpp"
5
CWD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
6
7
# only proceed if this directory is in the latest commit
8
-if [ $(./can-skip.sh .) ]; then
+if [ $(${CWD}/can-skip.sh .) ]; then
9
echo "Skipping build and test for C++ code."
10
exit 0
11
fi
0 commit comments