Skip to content

Commit 7386da0

Browse files
authored
Update Jenkinsfile
1 parent eb94281 commit 7386da0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pipeline {
2222
sh 'git fetch origin'
2323
}
2424
dir ("/home/jk/qtprojects/${project}/src") {
25-
sh 'git reset --hard origin/qt6'
25+
sh 'git reset --hard origin/master'
2626
}
2727

2828
dir ("/home/jk/qtprojects/${project}/appimgreleaseci") {

0 commit comments

Comments
 (0)