diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-17 10:17:34 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-29 22:52:34 +0200 |
commit | 138a527cc42db4f24dd215cd9f1e2ccb78b0bf62 (patch) | |
tree | 1c0fa46d54a968036ab9274c20b7a54fa10b3e90 /.drone.yml | |
parent | c96d64b08336726e158da0467d5c524427c4be31 (diff) | |
download | nextcloud-server-138a527cc42db4f24dd215cd9f1e2ccb78b0bf62.tar.gz nextcloud-server-138a527cc42db4f24dd215cd9f1e2ccb78b0bf62.zip |
Use correct domain for ci-assets
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 80d426c090e..da877a95d50 100644 --- a/.drone.yml +++ b/.drone.yml @@ -718,7 +718,7 @@ pipeline: TESTS: ui-regression publish-s3: image: plugins/s3 - endpoint: https://ci-assets.nextcloud.com.weasel.rocks + endpoint: https://ci-assets.nextcloud.com bucket: nextcloud-ui-regression path_style: true source: tests/ui-regression/out/**/* |