diff --git a/dotnet-bump b/dotnet-bump index c57a1e7..c506a38 100755 --- a/dotnet-bump +++ b/dotnet-bump @@ -48,7 +48,7 @@ function echo_property { fi } -platform=8.0.1xx +platform=9.0.1xx while [ $# -gt 0 ]; do case "$1" in --platform) diff --git a/dotnet-daily@.service b/dotnet-daily@.service index d4ebf99..fd11279 100644 --- a/dotnet-daily@.service +++ b/dotnet-daily@.service @@ -6,3 +6,5 @@ ExecStart=/usr/bin/git clone git@github.ibm.com:ztoolchain/dotnet-s390x.git /tmp ExecStart=-/tmp/dotnet-s390x/dotnet-daily --platform 7.0.1xx ExecStart=/usr/bin/git -C /tmp/dotnet-s390x checkout origin/master ExecStart=-/tmp/dotnet-s390x/dotnet-daily --platform 8.0.1xx +ExecStart=/usr/bin/git -C /tmp/dotnet-s390x checkout origin/master +ExecStart=-/tmp/dotnet-s390x/dotnet-daily --platform 9.0.1xx