Skip to content

Commit

Permalink
publish.sh: Publish only if files have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
es20490446e committed Sep 22, 2024
1 parent 01d8f0b commit 72d6375
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ files=("optimus-manager.install" "PKGBUILD")


mainFunction () {
#checkUncommittedChanges
checkUncommittedChanges
cloneAurRepo
checkFilesHaveBeenChanged
#syncFiles
#updateSrcinfo
#uploadChanges
#removeAurRepoClone
syncFiles
updateSrcinfo
uploadChanges
removeAurRepoClone
}


Expand Down

0 comments on commit 72d6375

Please sign in to comment.