Fix: do not specify os type in deploy action
[lttng-ci.git] / scripts / lttng-modules / build.sh
index ad4189030ddf7e6a4d643f19f70f2034d40db0d6..a301c918a85c1c82828f4ff9bf0c55ae847225c1 100755 (executable)
@@ -37,9 +37,9 @@ vergt() {
 # Use all CPU cores
 NPROC=$(nproc)
 
-SRCDIR="${WORKSPACE}/lttng-modules"
+SRCDIR="${WORKSPACE}/src/lttng-modules"
 BUILDDIR="${WORKSPACE}/build"
-LNXSRCDIR="${WORKSPACE}/linux"
+LNXSRCDIR="${WORKSPACE}/src/linux"
 LNXBINDIR="${WORKSPACE}/deps/linux/build"
 
 # Create build directory
This page took 0.024987 seconds and 4 git commands to generate.