Added 1000 offset to avoid build number clashing

This commit is contained in:
The-EDev 2023-06-13 07:52:29 +03:00
parent d614607ddb
commit 6891971b22
No known key found for this signature in database
GPG Key ID: 51C45DC0C413DCD9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
run: |
export CI_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
echo "CI_BRANCH=$CI_BRANCH" >> $GITHUB_ENV && \
export TRAVIS_JOB_ID=$GITHUB_RUN_NUMBER && \
export TRAVIS_JOB_ID=$((1000+$GITHUB_RUN_NUMBER)) && \
git clone https://github.com/CrowCpp/cpp-coveralls.git && \
cd cpp-coveralls && \
pip3 install . --no-input && \