Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-18 14:10:55 +00:00
parent b01f22903f
commit b4976e8fdc
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ uptool:
$app.appendChild($xml.CreateElement("Description")).InnerText = "Calculate grades for students"
$app.appendChild($xml.CreateElement("Version")).InnerText = $asmver
$app.appendChild($xml.CreateElement("ID")).InnerText = "c8119098-ec7f-4fb3-8668-9e81915b112d"
$app.appendChild($xml.CreateElement("File")).InnerText = $CI_PROJECT_URL + "/-/jobs/" + $CI_JOB_ID + "/artifacts/file/package.zip"
$app.appendChild($xml.CreateElement("File")).InnerText = $CI_PROJECT_URL + "/-/jobs/" + $CI_JOB_ID + "/artifacts/raw/package.zip"
$app.appendChild($xml.CreateElement("Hash")).InnerText = $(Get-FileHash .\package.zip).Hash
$app.appendChild($xml.CreateElement("MainFile")).InnerText = $file.Name
echo NULL > app.xml