We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 274d894 + 36fb4d3 commit 16557ddCopy full SHA for 16557dd
resources/teamcity/web/keyman-web-release.sh
@@ -58,9 +58,7 @@ function _zip_and_upload_artifacts() {
58
59
builder_echo start "zip and upload artifacts" "Zipping and uploading artifacts"
60
61
- cd "${KEYMAN_ROOT}/resources/teamcity/web"
62
powershell -NonInteractive -ExecutionPolicy Bypass -File zip-and-upload-artifacts.ps1
63
- cd "${KEYMAN_ROOT}/web"
64
65
builder_echo end "zip and upload artifacts" success "Finished zipping and uploading artifacts"
66
}
resources/teamcity/web/zip-and-upload-artifacts.ps1
@@ -1,6 +1,8 @@
1
#
2
# This script should be the identical for nightly/beta/stable for a given platform
3
4
+# Working directory should be ${KEYMAN_ROOT}/web
5
+#
6
$ErrorActionPreference = "Stop";
7
8
$tier = Get-Content ..\TIER.md
0 commit comments