Skip to content

Commit

Permalink
Switch to unity-data-services 7.10.1 to fix issue with EDL login.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcduffie committed Jul 11, 2024
1 parent 3c2076c commit 967383f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app_pack_generator/templates/stage_in.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputs:
requirements:
InlineJavascriptRequirement: {}
DockerRequirement:
dockerPull: ghcr.io/unity-sds/unity-data-services:7.9.0
dockerPull: ghcr.io/unity-sds/unity-data-services:7.10.1
EnvVarRequirement:
envDef:
- envName: CLIENT_ID
Expand Down
2 changes: 1 addition & 1 deletion app_pack_generator/templates/stage_out.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ outputs:
glob: "$(runtime.outdir)/failed_features.json"
requirements:
DockerRequirement:
dockerPull: ghcr.io/unity-sds/unity-data-services:7.9.0
dockerPull: ghcr.io/unity-sds/unity-data-services:7.10.1
EnvVarRequirement:
envDef:
AWS_ACCESS_KEY_ID: $(inputs.aws_access_key_id)
Expand Down

0 comments on commit 967383f

Please sign in to comment.