Skip to content

Commit

Permalink
Updates to master requires 11.0.2 at least
Browse files Browse the repository at this point in the history
Due to bug nextcloud/server#4362

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
  • Loading branch information
LukasReschke committed Apr 16, 2017
1 parent 50ea185 commit 069d369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/features/stable11.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Feature: CLI updater - stable11 base
And maintenance mode should be off
And upgrade is not required

Scenario: Update is available - 11.0.0 to master daily
Given the current installed version is 11.0.0
Scenario: Update is available - 11.0.2 to master daily
Given the current installed version is 11.0.2
And the current channel is "daily"
And there is an update to daily version of master available
When the CLI updater is run successfully
Expand All @@ -20,8 +20,8 @@ Feature: CLI updater - stable11 base
And maintenance mode should be off
And upgrade is not required

Scenario: Update is available - 11.0.1 to master daily
Given the current installed version is 11.0.1
Scenario: Update is available - 11.0.2 to master daily
Given the current installed version is 11.0.2
And the current channel is "daily"
And there is an update to daily version of master available
When the CLI updater is run successfully
Expand Down

0 comments on commit 069d369

Please sign in to comment.