We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7eee5 commit 42a5a5dCopy full SHA for 42a5a5d
src/appimagetool.c
@@ -875,11 +875,10 @@ main (int argc, char *argv[])
875
printf("%s\n", updateinformation);
876
}
877
878
-
879
- /* If the user has not provided update information but we know this is a Travis CI build,
880
- * then fill in update information based on TRAVIS_REPO_SLUG */
881
if(guess_update_information){
882
if(travis_repo_slug){
+ /* If the user has not provided update information but we know this is a Travis CI build,
+ * then fill in update information based on TRAVIS_REPO_SLUG */
883
if(!github_token) {
884
printf("Will not guess update information since $GITHUB_TOKEN is missing,\n");
885
if(0 != strcmp(travis_pull_request, "false")){
0 commit comments