From 29fafdabcbc44685b30ca778e661075f305b0c15 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Sun, 16 Aug 2020 13:51:36 +0200 Subject: [PATCH] Only build the project on release stage, not the tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ebde25..0aee7a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,7 +73,7 @@ release: - hawkeye script: - 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY' - - 'dotnet publish -c Release --runtime linux-musl-x64 -o build' + - 'dotnet publish -c Release --runtime linux-musl-x64 -o build ChaosBot' artifacts: paths: - build/*