Skip to content

Commit

Permalink
* Moving current build to prev when a new build is started
Browse files Browse the repository at this point in the history
* removing redundant line
  • Loading branch information
dhillonks committed Oct 26, 2021
1 parent 386363a commit 3188f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/autodeployment/builds.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ function run() {

// Promote the next build to current and start it
const build = builds.pending;
builds.previous = builds.current;
builds.current = build;
builds.pending = null;

Expand Down

0 comments on commit 3188f50

Please sign in to comment.