diff options
Diffstat (limited to '.ci/ci.ts')
-rw-r--r-- | .ci/ci.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ const getPipeline = () => { } const fetchAnsibleCode: FetchCodeJob = { - type: 'fetch_code.js', + type: 'fetch_code', arguments: { remoteUrl: `${REMOTE}/infra`, checkout: 'main', |