diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 719ebc9c8fda26fc25d7e9d960d529302f72e1bf..8aba5baadae8dc7c5f06950ed871263d1032413c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,10 +60,9 @@ cake:GitlabRelease: cake:PushToGit: stage: schedule script: + - PowerShell .\build.ps1 --Target Build --Configuration Release - Powershell .\Artifacts\OrganizationLoader.exe --output=Artifacts/index.ttl --force="${04XFQ0F34_FORCE}" --rorId="${04XFQ0F34_ROR_ID}" --username="${04XFQ0F34_USERNAME}" --password="${04XFQ0F34_PASSWORD}" --organizationsLink="${04XFQ0F34_ORGANIZATIONS_LINK}" --employeesLink="${04XFQ0F34_EMPLOYEES_LINK}" - Powershell .\build.ps1 --Target PushToGit --gitlabToken="${GITLAB_TOKEN}" --gitAuthorEmail="${GIT_AUTHOR_EMAIL}" --gitAuthorName="${GIT_AUTHOR_NAME}" --branch="${04XFQ0F34_BRANCH}" - dependencies: - - cake:Prerelease artifacts: paths: - "./Artifacts/index.ttl"