Преглед изворни кода

Merge pull request #10046 from asbiin/monica-v2.21.0

Update monica to v2.21.0
yosifkit пре 4 година
родитељ
комит
b0461383f1
2 измењених фајлова са 7 додато и 8 уклоњено
  1. 6 6
      library/monica
  2. 1 2
      test/tests/monica-cli/run.sh

+ 6 - 6
library/monica

@@ -2,17 +2,17 @@
 Maintainers: Alexis Saettler <[email protected]> (@asbiin)
 GitRepo: https://github.com/monicahq/docker.git
 
-Tags: 2.20.0-apache, 2.20-apache, 2-apache, apache, 2.20.0, 2.20, 2, latest
+Tags: 2.21.0-apache, 2.21-apache, 2-apache, apache, 2.21.0, 2.21, 2, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 Directory: apache
-GitCommit: 0930aec604aa54e3a5bfceb003ebe4f176808900
+GitCommit: b3f212609d699f9090f6087bd93d05405ef75ce8
 
-Tags: 2.20.0-fpm, 2.20-fpm, 2-fpm, fpm
+Tags: 2.21.0-fpm, 2.21-fpm, 2-fpm, fpm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 Directory: fpm
-GitCommit: 0930aec604aa54e3a5bfceb003ebe4f176808900
+GitCommit: b3f212609d699f9090f6087bd93d05405ef75ce8
 
-Tags: 2.20.0-fpm-alpine, 2.20-fpm-alpine, 2-fpm-alpine, fpm-alpine
+Tags: 2.21.0-fpm-alpine, 2.21-fpm-alpine, 2-fpm-alpine, fpm-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 Directory: fpm-alpine
-GitCommit: 0930aec604aa54e3a5bfceb003ebe4f176808900
+GitCommit: b3f212609d699f9090f6087bd93d05405ef75ce8

+ 1 - 2
test/tests/monica-cli/run.sh

@@ -55,5 +55,4 @@ _artisan_test() {
 
 # Check if installation is complete
 _artisan monica:getversion > /dev/null
-_artisan_test 'Running scheduled command:' schedule:run
-_artisan_test 'No scheduled commands are ready to run.' schedule:run
+. "$dir/../../retry.sh" --tries 5 -- _artisan_test 'No scheduled commands are ready to run.' schedule:run