Fix argument indexes

pull/5890/head
Thomas Stromberg 2019-11-11 17:58:11 -08:00
parent dac8f12e9f
commit bed9b128a8
2 changed files with 6 additions and 6 deletions

View File

@ -297,9 +297,9 @@ fi
function retry_github_status() {
local pr=$1
local context=$2
local state=$4
local token=$5
local target=$6
local state=$3
local token=$4
local target=$5
# Retry in case we hit our GitHub API quota or fail other ways.
local attempt=0

View File

@ -46,9 +46,9 @@ jobs=(
function retry_github_status() {
local pr=$1
local context=$2
local state=$4
local token=$5
local target=$6
local state=$3
local token=$4
local target=$5
# Retry in case we hit our GitHub API quota or fail other ways.
local attempt=0