Philipp Hörist pushed to branch master at gajim / gajim
Commits:
7cd609cb by lovetox at 2022-03-26T22:41:38+01:00
Appveyor: Specify commit sha when starting build
Builds take a very long time, while one job is running, new commits
can be made, which means the next job builds a different commit.
- - - - -
1 changed file:
- win/ci/appveyor_build.py
Changes:
=====================================
win/ci/appveyor_build.py
=====================================
@@ -51,6 +51,7 @@ def start_build() -> str:
'accountName': ACCOUNT,
'projectSlug': PROJECT_SLUG,
'branch': BRANCH,
+ 'commitId': os.environ['CI_COMMIT_SHA'],
'environmentVariables': {
'GAJIM_VERSION': get_gajim_version(),
}
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7cd609cb304f17f39ef338730c552a2651b1a2a4
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/7cd609cb304f17f39ef338730c552a2651b1a2a4
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits