summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-04-09 21:12:16 +0200
committerivarlovlie <git@ivarlovlie.no>2021-04-09 21:12:16 +0200
commit884902e6dda7aaa133978a4b6225d449f2a7f9f3 (patch)
tree299638e2a6fb7f062f2a76b4f7993a6f9b6385b8
parent798040fcb14a4845ae2f0c513824f9647ac35ada (diff)
downloaddotnet-vipps-ecommerce-884902e6dda7aaa133978a4b6225d449f2a7f9f3.tar.xz
dotnet-vipps-ecommerce-884902e6dda7aaa133978a4b6225d449f2a7f9f3.zip
Set execution permission on dotnet-install.sh
-rw-r--r--.builds/.run-tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml
index c6888f7..845fe8f 100644
--- a/.builds/.run-tests.yml
+++ b/.builds/.run-tests.yml
@@ -13,7 +13,8 @@ sources:
tasks:
- install-dotnet: |
wget https://dot.net/v1/dotnet-install.sh
- ./dotnet-install.sh -c 5.0
+ chmod +x dotnet-install.sh
+ bash dotnet-install.sh -c 5.0
- restore: |
dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj
- build: |