Skip to content

Commit b6aea65

Browse files
committed
chore: minor changes
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent 5e3bd3d commit b6aea65

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/auto-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
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"

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

lib/main.lib.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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\]\$ '

0 commit comments

Comments
 (0)