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] [Tests-Only] Update commit id #5766

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions .drone.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=45bd133a706ea031f905a159184e6fdb63faa885
OCIS_COMMITID=a07c1e77a0a3bcb10b109ea4b468472cea10fbb3
OCIS_BRANCH=master

# The test runner source for API tests
CORE_COMMITID=08e27f0d73bca5352d87b42936d6d956bc0eaea5
CORE_COMMITID=7563bd5c0860c0c6af67f9d933002e04dca56e55
CORE_BRANCH=master
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ def installCore(version, db):

stepDefinition = {
"name": "install-core",
"image": "owncloudci/core",
"image": "owncloudci/core:nodejs14",
"pull": "always",
}

Expand Down Expand Up @@ -1553,7 +1553,7 @@ def installFederatedServer(version, db, dbSuffix = "-federated"):

stepDefinition = {
"name": "install-federated",
"image": "owncloudci/core",
"image": "owncloudci/core:nodejs14",
"pull": "always",
}
if version:
Expand Down