Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Mar 4, 2024
2 parents 4138880 + 6d2fcc9 commit dc7cbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pattern filter=crypt diff=crypt
julia_src/xpress/licenseserver/xpauth.xpr filter=crypt diff=crypt merge=crypt
julia_src/licenseserver/xpauth.xpr filter=crypt diff=crypt merge=crypt
2 changes: 1 addition & 1 deletion werf-giterminism.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ config:
- julia_src/Dockerfile.xpress
allowContextAddFiles:
- julia_src/Dockerfile.xpress
- julia_src/xpress/licenseserver
- julia_src/licenseserver
2 changes: 1 addition & 1 deletion werf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ context: julia_src/
dockerfile: Dockerfile.xpress
contextAddFiles:
- Dockerfile.xpress
- xpress/licenseserver
- 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 dc7cbbe

Please sign in to comment.