ci: fixup todos

This commit is contained in:
Rainer Killinger
2023-07-18 11:39:38 +02:00
parent 59e8e6e264
commit 9ec35e65f8
10 changed files with 6 additions and 6 deletions

3
.gitlab/ci/enableGitlabReviewToolbar.sh Normal file → Executable file
View File

@@ -1,4 +1,5 @@
#!/usr/bin/env sh
set -e
# Adds a preedefined script tag including the merge current request id to the angular web app index.html.
# This enables the interactive gitlab review toolbar.
@@ -9,7 +10,7 @@ if echo -n $3 | grep -Eq '[0-9]+$'; then
fi
INDEX_PATH=$(dirname $1)
SCRIPT_TAG="<script defer data-project-id=\"$2\" data-project-path=\"openstapps/app\" data-merge-request-id=\"$MERGE_REQUEST_ID\" data-mr-url=\"https://gitlab.com\" id=\"review-app-toolbar-script\" src=\"visual_review_toolbar.js\"></script>"
SCRIPT_TAG="<script defer data-project-id=\"$2\" data-project-path=\"openstapps/openstapps\" data-merge-request-id=\"$MERGE_REQUEST_ID\" data-mr-url=\"https://gitlab.com\" id=\"review-app-toolbar-script\" src=\"visual_review_toolbar.js\"></script>"
curl https://gitlab.com/assets/webpack/visual_review_toolbar.js --output "$INDEX_PATH/visual_review_toolbar.js" --silent
sed -i -e "\@</head>@i\\$SCRIPT_TAG" $1

0
.gitlab/ci/getRegistryBranch.sh Normal file → Executable file
View File

0
.gitlab/ci/getRegistryTag.sh Normal file → Executable file
View File

0
.gitlab/ci/install-for-turbo.sh Normal file → Executable file
View File

0
.gitlab/ci/pushAsLatestVersion.sh Normal file → Executable file
View File

0
.gitlab/ci/setup_turbo_env.sh Normal file → Executable file
View File

0
.gitlab/ci/testCIScripts.sh Normal file → Executable file
View File