File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 QUANT_PROJECTS_ROOT : ${{ github.workspace }}/external
6565 LIFECYCLE_PERFORMANCE_BUCKET : ${{ inputs.lifecycle_performance_bucket || vars.LIFECYCLE_PERFORMANCE_BUCKET || '' }}
6666 LIFECYCLE_LOCAL_ROOT : ${{ github.workspace }}/data/lifecycle_store
67+ CRYPTO_LIFECYCLE_PREFLIGHT_ROOT : ${{ runner.temp }}/lifecycle-preflight
6768
6869 steps :
6970 - name : Validate trusted caller
@@ -201,6 +202,7 @@ jobs:
201202 mkdir -p "$LIFECYCLE_LOCAL_ROOT" "$GITHUB_WORKSPACE/$SNAPSHOT_CHECKOUT_PATH/data/output"
202203 cp -a "$lifecycle_source/." "$LIFECYCLE_LOCAL_ROOT/"
203204 cp -a "$snapshot_source/." "$snapshot_target/"
205+ echo "CRYPTO_LIFECYCLE_PREFLIGHT_ROOT=$PREFLIGHT_BUNDLE_ROOT" >> "$GITHUB_ENV"
204206
205207 - name : Build lifecycle performance snapshots
206208 run : quant-lifecycle monitor --domain ${{ inputs.strategy_domain }}
You can’t perform that action at this time.
0 commit comments