Skip to content

Commit

Permalink
Use correct CLI version in integrations (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein authored Mar 6, 2025
1 parent 94a526f commit 9b95e81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/advanced/code-references/azure-devops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to automatically scan your source code for feature flag and setting usages and u
Don't forget to replace the `PASTE-YOUR-CONFIG-ID-HERE` value with your actual Config ID.
```yaml
- job: configcat_scan_and_upload
container: configcat/cli:azure-devops-1.9.2
container: configcat/cli:azure-devops-2.4.0
pool:
vmImage: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/advanced/code-references/gitlab-ci.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ to automatically scan your source code for feature flag and setting usages and u
configcat-scan-repository:
stage: deploy # the job will run in the deploy phase, but you can choose from any other phases you have
image:
name: configcat/cli:1.9.2
name: configcat/cli:2.4.0
entrypoint: ['']
script:
- configcat scan $CI_PROJECT_DIR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to automatically scan your source code for feature flag and setting usages and u
Don't forget to replace the `PASTE-YOUR-CONFIG-ID-HERE` value with your actual Config ID.
```yaml
- job: configcat_scan_and_upload
container: configcat/cli:azure-devops-1.9.2
container: configcat/cli:azure-devops-2.4.0
pool:
vmImage: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ to automatically scan your source code for feature flag and setting usages and u
configcat-scan-repository:
stage: deploy # the job will run in the deploy phase, but you can choose from any other phases you have
image:
name: configcat/cli:1.9.2
name: configcat/cli:2.4.0
entrypoint: ['']
script:
- configcat scan $CI_PROJECT_DIR
Expand Down

0 comments on commit 9b95e81

Please sign in to comment.