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.
1 parent a10d5ee commit ec35830Copy full SHA for ec35830
.gitlab-ci-scripts/upload.sh
@@ -1,6 +1,6 @@
1
2
-REPO_TARGET="$(if echo "$CI_COMMIT_TAG" | grep -q '-'; then echo '/prerel'; else echo '/'; fi)"
3
-#REPO_TARGET="/prerel"
+#REPO_TARGET="$(if echo "$CI_COMMIT_TAG" | grep -q '-'; then echo '/prerel'; else echo '/'; fi)"
+REPO_TARGET="/prerel"
4
5
# ssh-key-script
6
[ -e /tmp/ssh-private-keys/${REPO_USER} ] && {
@@ -36,4 +36,5 @@ distribute_files() {
36
# upload and sign
37
upload_files
38
distribute_files
39
-echo "$CI_COMMIT_TAG" | grep -q '-' && sign_repos
+sign_repos
40
+#echo "$CI_COMMIT_TAG" | grep -q '-' && sign_repos
0 commit comments