File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ default:
136136 policy : $BUILD_CACHE_POLICY
137137 before_script :
138138 - source .gitlab/gitlab-utils.sh
139- - export GRADLE_USER_HOME=` pwd` /.gradle
139+ - export GRADLE_USER_HOME=$( pwd) /.gradle
140140 - |
141141 # Don't put jvm args here as it will be picked up by child gradle processes used in tests
142142 cat << EOF > $GRADLE_USER_HOME/gradle.properties
@@ -371,7 +371,7 @@ muzzle:
371371 - ./gradlew writeMuzzleTasksToFile $GRADLE_ARGS
372372 - sort workspace/build/muzzleTasks > sortedMuzzleTasks
373373 - split --number=l/$NORMALIZED_NODE_TOTAL --suffix-length=1 --numeric-suffixes sortedMuzzleTasks muzzleSplit
374- - ./gradlew ` cat muzzleSplit${NORMALIZED_NODE_INDEX} | xargs` $GRADLE_ARGS
374+ - ./gradlew $( cat muzzleSplit${NORMALIZED_NODE_INDEX} | xargs) $GRADLE_ARGS
375375 after_script :
376376 - *cgroup_info
377377 - source .gitlab/gitlab-utils.sh
You can’t perform that action at this time.
0 commit comments