Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 19 Mar 2023 13:47:52 UTC Commit: 9fe8454d9f9ce95341cac33afc7e9ceaf5668232 https://github.com/geany/infrastructure/commit/9fe8454d9f9ce95341cac33afc7e9...
Log Message: ----------- CI: Pass "JOBS" environment variable to build containers
Modified Paths: -------------- builders/start_build.sh
Modified: builders/start_build.sh 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -98,6 +98,7 @@ build_mingw64() { --rm \ --env=GITHUB_PULL_REQUEST="${GITHUB_PULL_REQUEST}" \ --env=CI="${CI}" \ + --env=JOBS="${JOBS}" \ ${source_volume} \ --volume "${PWD}/scripts:/scripts/" \ --volume "${PWD}/certificates/:/certificates/" \ @@ -119,6 +120,7 @@ build_mingw64() { --rm \ --env=GITHUB_PULL_REQUEST="${GITHUB_PULL_REQUEST}" \ --env=CI="${CI}" \ + --env=JOBS="${JOBS}" \ ${source_volume} \ --volume "${PWD}/scripts:/scripts/" \ --volume "${PWD}/certificates/:/certificates/" \
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).