Skip to content

Commit

Permalink
Finish removal of run-pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
parsley42 committed Nov 1, 2024
1 parent 7b47fee commit 12af900
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion jobs/changebranch.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
bot.AddTask("exec", [ "git", "checkout", branch ])
# Make sure we're on latest commit for the branch
bot.AddTask("exec", [ "git", "pull" ])
bot.AddTask("run-pipeline", [])
bot.AddCommand("builtin-admin", "reload")
1 change: 0 additions & 1 deletion jobs/updatecfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@

bot.AddTask("git-init", [ clone_url ])
bot.AddTask("exec", [ "git", "pull" ])
bot.AddTask("run-pipeline", [])
bot.AddTask("status", [ "Custom configuration repository successfully updated" ])
bot.AddCommand("builtin-admin", "reload")
1 change: 0 additions & 1 deletion plugins/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@
# backup and restore will check and exit
bot.AddTask("exec", [ "touch", ".restore" ])
bot.AddTask("git-clone", [ clone_url, clone_branch, cfgdir, "true" ])
bot.AddTask("run-pipeline", [])
bot.AddTask("restart-robot", [])

0 comments on commit 12af900

Please sign in to comment.