Skip to content

Commit 128737a

Browse files
fix: Correct variable ame for Flux weekly tests (#1720)
1 parent d3b2bdf commit 128737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ac_flags = [
122122

123123
ac_chart_deps = ['build-binary', 'local-child-chart-upload']
124124

125-
latest_flux = os.getenv('LATEST_FLUX', 'false').lower() == 'true'
125+
latest_flux = os.getenv('USE_LATEST_FLUX', 'false').lower() == 'true'
126126

127127
if latest_flux:
128128
## we are saving the latest flux version chart in the local repository and updating the dependencies to point to it in

0 commit comments

Comments
 (0)