Skip to content

Commit

Permalink
Comment out werf solver setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Mar 28, 2024
1 parent 3141c33 commit 686cba2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions werf-giterminism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ config:
allowEnvVariables:
- XPRESS_LICENSE_HOST
- NREL_ROOT_CERT_URL_ROOT
dockerfile:
allowUncommitted:
- julia_src/Dockerfile.xpress
allowContextAddFiles:
- julia_src/Dockerfile.xpress
- julia_src/licenseserver
# dockerfile:
# allowUncommitted:
# - julia_src/Dockerfile.xpress
# allowContextAddFiles:
# - julia_src/Dockerfile.xpress
# - julia_src/licenseserver
8 changes: 4 additions & 4 deletions werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ args:
---
image: julia-api
context: julia_src/
dockerfile: Dockerfile.xpress
contextAddFiles:
- Dockerfile.xpress
- licenseserver
# dockerfile: Dockerfile.xpress
# contextAddFiles:
# - Dockerfile.xpress
# - licenseserver
args:
XPRESS_LICENSE_HOST: {{ env "XPRESS_LICENSE_HOST" | quote }}
NREL_ROOT_CERT_URL_ROOT: {{ env "NREL_ROOT_CERT_URL_ROOT" | quote }}

0 comments on commit 686cba2

Please sign in to comment.