1
0
mirror of synced 2026-01-07 18:01:41 -05:00

fix azure prod script to not use import (#24477)

This commit is contained in:
Mike Surowiec
2022-01-20 16:28:21 -06:00
committed by GitHub
parent 1fdfee0d7a
commit 521d1a13af

View File

@@ -92,7 +92,7 @@ jobs:
CHECK_INTERVAL: 10000
with:
script: |
import { execSync } from 'child_process'
const { execSync } = require('child_process')
const getStatesForSlot = (slot) => {
return JSON.parse(