Skip to content

Commit

Permalink
temp: build hydra from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
nsklikas authored and shipperizer committed Apr 5, 2024
1 parent 539853a commit f0fb12f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/helm/hydra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ hydra:
public: https://iam.internal:8443/
login: https://iam.internal:8443/ui/login
consent: https://iam.internal:8443/ui/consent
device_verification: https://iam.internal:8443/ui/device
device_verification: https://iam.internal:8443/ui/device_code
post_device_done: https://iam.internal:8443/api/v0/status
error: https://iam.internal:8443/ui/oidc_error
ttl:
Expand Down
2 changes: 1 addition & 1 deletion hack/login-ui/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -x
# it also requires sudo permissions to run skopeo

# export version=$(yq -r '.version' rockcraft.yaml)
rockcraft pack -v
# rockcraft pack -v

sudo skopeo --insecure-policy copy "oci-archive:identity-platform-login-ui_$(yq -r '.version' rockcraft.yaml)_amd64.rock" docker-daemon:$IMAGE

Expand Down

0 comments on commit f0fb12f

Please sign in to comment.