summaryrefslogtreecommitdiff
path: root/.ci/ci.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-01 10:49:40 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-01 10:49:40 -0700
commit7d2c0a4aedad3c5e8a81bd19f4417aa4f9fb8360 (patch)
treec4bba5f176774ce337d532e9b47e16ef5a98b337 /.ci/ci.ts
parentf556523d908ed2ae836fe077f11c5a1b724d459a (diff)
downloadci-7d2c0a4aedad3c5e8a81bd19f4417aa4f9fb8360.tar.gz
ci-7d2c0a4aedad3c5e8a81bd19f4417aa4f9fb8360.zip
Use correct fetch code props
Diffstat (limited to '.ci/ci.ts')
-rw-r--r--.ci/ci.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci.ts b/.ci/ci.ts
index 38a8aad..3cc20a0 100644
--- a/.ci/ci.ts
+++ b/.ci/ci.ts
@@ -56,7 +56,7 @@ const getPipeline = () => {
}
const fetchAnsibleCode: FetchCodeJob = {
- type: 'fetch_code.js',
+ type: 'fetch_code',
arguments: {
remoteUrl: `${REMOTE}/infra`,
checkout: 'main',