Skip to content

Commit

Permalink
Disable cdxgen banner
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jun 7, 2024
1 parent 918d4c9 commit 9df4487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ENV MAVEN_VERSION=$MAVEN_VERSION \
PHP_PARSER_BIN=/opt/vendor/bin/php-parse \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING="utf-8" \
CDXGEN_NO_BANNER=true \
COMPOSER_ALLOW_SUPERUSER=1

ENV PATH=/opt/bin:/opt/vendor/bin:${PATH}:${MAVEN_HOME}/bin:/usr/local/bin/:/root/.local/bin:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools:
Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile.sle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ENV ANDROID_HOME=/opt/android-sdk-linux \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING="utf-8" \
COMPOSER_ALLOW_SUPERUSER=1 \
CDXGEN_NO_BANNER=true \
NVM_DIR="/root/.nvm"

ENV PATH=/opt/bin:/opt/vendor/bin:${PATH}:/usr/local/bin/:/root/.local/bin:${ANDROID_HOME}/cmdline-tools/latest/bin:${ANDROID_HOME}/tools:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/platform-tools:
Expand Down

0 comments on commit 9df4487

Please sign in to comment.