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 committed Apr 2, 2024
1 parent 4e82701 commit f124001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ parts:
go build -ldflags="${go_linker_flags}" -o "${CRAFT_PART_INSTALL}"/bin/hydra
source: https://github.com/canonical/hydra
source-type: git
source-branch: canonical
source-branch: update-fosite

0 comments on commit f124001

Please sign in to comment.