Skip to content

Commit

Permalink
fix env var name in ci-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshannon-sil committed Dec 5, 2024
1 parent 3f7303b commit 50c8c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
ClearML_AccessKey: ${{ secrets.ClearML_AccessKey }}
ClearML_SecretKey: ${{ secrets.ClearML_SecretKey }}
GPU_QUEUE: autoscaler
CPU_QUEUE: autoscaler.cpu_only
CLEARML_GPU_QUEUE: autoscaler
CLEARML_CPU_QUEUE: autoscaler.cpu_only
SERVAL_HOST_URL: http://localhost
SERVAL_AUTH_URL: https://sil-appbuilder.auth0.com
# ASPNETCORE_ENVIRONMENT: Development
Expand Down

0 comments on commit 50c8c32

Please sign in to comment.