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 42a5a5d commit 34bab4eCopy full SHA for 34bab4e
src/appimagetool.c
@@ -908,7 +908,6 @@ main (int argc, char *argv[])
908
printf("Will not guess update information since zsyncmake is missing\n");
909
}
910
911
- } else if(github_repository){
912
gchar *zsyncmake_path = g_find_program_in_path ("zsyncmake");
913
if (zsyncmake_path){
914
char buf[1024];
@@ -930,6 +929,7 @@ main (int argc, char *argv[])
930
929
printf("%s\n", updateinformation);
931
932
+ } else if (github_repository != NULL && github_ref != NULL) {
933
} else if(CI_COMMIT_REF_NAME){
934
// ${CI_PROJECT_URL}/-/jobs/artifacts/${CI_COMMIT_REF_NAME}/raw/QtQuickApp-x86_64.AppImage?job=${CI_JOB_NAME}
935
0 commit comments