Skip to content
Snippets Groups Projects
Commit e786d072 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

Merge branch 'Sprint/2021-08' into 'master'

Build: added build command

See merge request !12
parents 01713330 476ae934
No related branches found
No related tags found
1 merge request!12Build: added build command
Pipeline #469752 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment