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.
1 parent 68ad9bd commit 2f94351Copy full SHA for 2f94351
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 [ $(${CWD}/can-skip.sh .) ]; then
+if $(cpp/can-skip.sh cpp); then
9
echo "Skipping build and test for C++ code."
10
exit 0
11
fi
0 commit comments