diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ccc302..ea940ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,18 @@ stages: - test -# - release - + - release variables: GIT_SSL_NO_VERIFY: "true" ErrorActionPreference: STOP - Test: stage: test script: - .\build.ps1 -Tasks 'test' except: - master - -#Release: -# stage: release -# script: -# - .\build.ps1 -Tasks 'analyze','test','release' -# only: -# - master +Release: + stage: release + script: + - .\build.ps1 -Tasks 'test','release' + only: + - master \ No newline at end of file