Skip to content
Snippets Groups Projects
Commit fc2b43de authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'fix-master-pipeline' into 'master'

Fix pipeline

See merge request openappstack/single-sign-on!37
parents e2b825f6 fc64b1d1
No related branches found
No related tags found
2 merge requests!43Merge master into 0.2 branch,!37Fix pipeline
Pipeline #7314 failed with stages
in 1 minute and 14 seconds
...@@ -87,7 +87,7 @@ behave-integration: ...@@ -87,7 +87,7 @@ behave-integration:
alias: consent alias: consent
- name: ${CI_REGISTRY_IMAGE}/logout_provider:${CI_COMMIT_REF_NAME} - name: ${CI_REGISTRY_IMAGE}/logout_provider:${CI_COMMIT_REF_NAME}
alias: logout alias: logout
- name: oryd/hydra:latest - name: docker.io/oryd/hydra:v1.8
alias: hydra alias: hydra
command: command:
- serve - serve
......
...@@ -10,6 +10,8 @@ RUN apk --no-cache add \ ...@@ -10,6 +10,8 @@ RUN apk --no-cache add \
libc-dev \ libc-dev \
openssl-dev \ openssl-dev \
bash \ bash \
rust \
cargo \
gcc gcc
RUN pip3 install --no-cache-dir -r requirements.txt RUN pip3 install --no-cache-dir -r requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment