We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9eacb commit d6326d3Copy full SHA for d6326d3
.cirrus.yml
@@ -94,7 +94,6 @@ poetry_cache_template: &POETRY_CACHE
94
eks_container:
95
<<: *LINUX_CONTAINER_DEFINITION
96
97
-
98
.poetry_macos_template: &POETRY_MACOS_TEMPLATE
99
<<: *POETRY_CACHE
100
jfrog_install_script:
@@ -160,8 +159,11 @@ documentation_task:
160
159
- poetry run python tools/generate_cli_documentation.py
161
- git diff --exit-code CLI_ARGS.md
162
+# For NEXT analysis we don't need to set the build versions
163
analysis_linux_task:
164
- <<: *POETRY_LINUX_TEMPLATE
+ <<: *POETRY_CACHE
165
+ eks_container:
166
+ <<: *LINUX_CONTAINER_DEFINITION
167
alias: analysis
168
name: "NEXT Analysis"
169
analysis_script:
0 commit comments