Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] Bump oCIS commit ID after flock fix & glauth/accounts service removal #6946

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=761d72d901cce2c03b524d11cf0b169293e2c8cd
OCIS_COMMITID=5526d6179cdb6322c02840fc3e4ee219f200fe7c
OCIS_BRANCH=master
2 changes: 2 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,8 @@ def buildGlauth():
"image": OC_CI_GOLANG,
"commands": [
"cd /srv/app/src/github.com/owncloud/ocis/glauth || exit",
# Fixme: Relies on an old ocis commit to provide oc10 tests with oidc
"git checkout 761d72d901cce2c03b524d11cf0b169293e2c8cd",
"make build",
"cp bin/glauth %s" % dir["base"],
],
Expand Down