Browse Source

change this

Grant Limberg 6 năm trước cách đây
mục cha
commit
0ead65ad2d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -14,7 +14,7 @@ parallel 'centos7': {
             checkout scm
 
 	        stage('Build Centos 7') {
-		sh '''scl enable devtoolset-8 -- bash
+		sh '''. /opt/rh/devtoolset-8/enable
               rm -rf build/
               mkdir build && cd build
 		      cmake ..