diff --git a/coin/instructions/cmake_build_and_upload_test_artifacts.yaml b/coin/instructions/cmake_build_and_upload_test_artifacts.yaml index 9e94dd3d27..c1db6cc488 100644 --- a/coin/instructions/cmake_build_and_upload_test_artifacts.yaml +++ b/coin/instructions/cmake_build_and_upload_test_artifacts.yaml @@ -54,7 +54,7 @@ instructions: maxTimeInSeconds: 6000 maxTimeBetweenOutput: 4800 userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: UploadTestArtifact transferType: UploadModuleTestsArtifact archiveDirectory: "{{.BuildDir}}" diff --git a/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml index 7601cdd4df..5e4f95f501 100644 --- a/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml +++ b/coin/instructions/cmake_cross_compilation_module_build_instructions.yaml @@ -40,7 +40,7 @@ instructions: maxTimeInSeconds: "{{.Env.CMAKE_BUILD_TIMEOUT}}" maxTimeBetweenOutput: "{{.Env.CMAKE_BUILD_OUTPUT_TIMEOUT}}" userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: EnvironmentVariable variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH variableValue: "{{.InstallDir}}/host" @@ -70,7 +70,7 @@ instructions: maxTimeInSeconds: "{{.Env.CMAKE_BUILD_TIMEOUT}}" maxTimeBetweenOutput: "{{.Env.CMAKE_BUILD_OUTPUT_TIMEOUT}}" userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: EnvironmentVariable variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH variableValue: "{{.InstallDir}}/target" diff --git a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml index 77ba36f4c6..6736d7b514 100644 --- a/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml +++ b/coin/instructions/cmake_cross_compilation_qtbase_build_instructions.yaml @@ -28,7 +28,7 @@ instructions: maxTimeInSeconds: 6000 maxTimeBetweenOutput: 4800 userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: EnvironmentVariable variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH variableValue: "{{.BuildDir}}" @@ -74,7 +74,7 @@ instructions: maxTimeInSeconds: 6000 maxTimeBetweenOutput: 4800 userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: EnvironmentVariable variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH variableValue: "{{.BuildDir}}" diff --git a/coin/instructions/cmake_module_build_instructions.yaml b/coin/instructions/cmake_module_build_instructions.yaml index 8446ad6fbe..33d4893c9e 100644 --- a/coin/instructions/cmake_module_build_instructions.yaml +++ b/coin/instructions/cmake_module_build_instructions.yaml @@ -30,7 +30,7 @@ instructions: maxTimeInSeconds: "{{.Env.CMAKE_BUILD_TIMEOUT}}" maxTimeBetweenOutput: "{{.Env.CMAKE_BUILD_OUTPUT_TIMEOUT}}" userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: EnvironmentVariable variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH variableValue: "{{.InstallDir}}" diff --git a/coin/instructions/cmake_qtbase_build_instructions.yaml b/coin/instructions/cmake_qtbase_build_instructions.yaml index f352df1fcd..7fc93522cc 100644 --- a/coin/instructions/cmake_qtbase_build_instructions.yaml +++ b/coin/instructions/cmake_qtbase_build_instructions.yaml @@ -18,7 +18,7 @@ instructions: maxTimeInSeconds: 6000 maxTimeBetweenOutput: 1200 userMessageOnFailure: > - Failed to build sources. In the current state bug can be everywhere. + Failed to build sources. - type: EnvironmentVariable variableName: COIN_CMAKE_INSTALL_SCRIPT_PATH variableValue: "{{.BuildDir}}"