diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-01 10:49:40 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-01 10:49:40 -0700 |
commit | 7d2c0a4aedad3c5e8a81bd19f4417aa4f9fb8360 (patch) | |
tree | c4bba5f176774ce337d532e9b47e16ef5a98b337 /.ci | |
parent | f556523d908ed2ae836fe077f11c5a1b724d459a (diff) | |
download | ci-7d2c0a4aedad3c5e8a81bd19f4417aa4f9fb8360.tar.gz ci-7d2c0a4aedad3c5e8a81bd19f4417aa4f9fb8360.zip |
Use correct fetch code props
Diffstat (limited to '.ci')
-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', |