File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 push :
99 paths :
1010 - " LICENSES/*"
11- - " conf/*.sh "
11+ - " conf/*"
1212 - " docs/*.rst"
13- - " includes/* "
13+ - " lib/*.sh "
1414 - " tools/*.jar"
1515 - " zip-content/**"
1616 - " CHANGELOG.rst"
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ stages:
3535 - if : $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
3636 changes :
3737 - " LICENSES/*"
38- - " conf/*.sh "
38+ - " conf/*"
3939 - " docs/*.rst"
40- - " includes/* "
40+ - " lib/*.sh "
4141 - " tools/*.jar"
4242 - " zip-content/**"
4343 - " CHANGELOG.rst"
@@ -54,9 +54,9 @@ build-job:
5454 - if : $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
5555 changes :
5656 - " LICENSES/*"
57- - " conf/*.sh "
57+ - " conf/*"
5858 - " docs/*.rst"
59- - " includes/* "
59+ - " lib/*.sh "
6060 - " tools/*.jar"
6161 - " zip-content/**"
6262 - " CHANGELOG.rst"
Original file line number Diff line number Diff line change @@ -1564,7 +1564,6 @@ init_cmdline()
15641564 export DIRECTORY_SEPARATOR=' /'
15651565
15661566 export NO_PAUSE=1
1567- export GRADLE_OPTS=" ${GRADLE_OPTS:- -Dorg.gradle.daemon=false} "
15681567
15691568 # Escape the colors with \[ \] => https://mywiki.wooledge.org/BashFAQ/053
15701569 readonly __DEFAULT_PS1=' \[\033[1;32m\]\u\[\033[0m\]:\[\033[1;34m\]\w\[\033[0m\]\$ '
You can’t perform that action at this time.
0 commit comments