From a903346fdf6c1497388eca1b9e49b6c8601c5b2b Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 3 Apr 2021 03:22:47 +0100 Subject: [PATCH] dnx bins --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70996e24..70fad472 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ stages: debug: stage: test script: - - curl --insecure -sSL https://lua.pschneider.fr/files/Paul/pub/dnx-install.sh | bash + - curl --insecure -sSL https://lua.pschneider.fr:84/files/Paul/pub/dnx-install.sh | bash - DNX_USER_HOME=`pwd -P`/dnx . ./dnx/dnvm/dnvm.sh - cd src/OAuth.AspNet.Token && dnu restore --ignore-failed-sources - cd ../OAuth.AspNet.AuthServer && dnu restore --ignore-failed-sources