Merge remote-tracking branch 'origin/master' into rockyhorror
Conflicts: test/data/test.db
This commit is contained in:
commit
5aedd1fabc
5 changed files with 53 additions and 13 deletions
|
@ -5830,6 +5830,9 @@ quayApp.directive('buildMessage', function () {
|
|||
case 'priming-cache':
|
||||
return 'Priming cache for build';
|
||||
|
||||
case 'build-scheduled':
|
||||
return 'Preparing build node';
|
||||
|
||||
case 'pushing':
|
||||
return 'Pushing image built from Dockerfile';
|
||||
|
||||
|
|
Reference in a new issue