Commit 3674071c authored by Ivan Mazhukin's avatar Ivan Mazhukin

temp commit for test

parent 2a83b8ff
Pipeline #16966 passed with stage
in 3 minutes 18 seconds
......@@ -20,7 +20,7 @@ prepare:
git checkout -B "${CI_GENERATED_BRANCH}"
- git add .gitlab-ci.yml
- git commit -m "update gitlab-ci.yml from epmp list" --allow-empty
- git remote set-url origin https://builder-robot:$CI_PUSH_TOKEN@gitlab.eterfund.ru/builder-robot/eepm.git
- git remote set-url origin https://vanomj:$CI_PUSH_TOKEN@gitlab.eterfund.ru/vanomj/eepm.git
- git push -f origin "${CI_GENERATED_BRANCH}" 2>/dev/null
only:
- schedules
......@@ -45,7 +45,7 @@ fi
if [ -n "${CI_APPS:-}" ]; then
apps="$CI_APPS"
else
apps=$(./bin/epmp --short 2>/dev/null)
apps=$(./bin/epmp --short 2>/dev/null | head -n 4)
fi
# Get systems list
......
......@@ -7,7 +7,7 @@ echo "Collecting CI results"
EPM_VERSION=$("$CI_PROJECT_DIR/bin/epm" --version --short | cut -d. -f1,2)
echo "EPM version: $EPM_VERSION"
RESULTS_REPO_URL="https://gitlab.eterfund.ru/etersoft/epm-play-ci-results.git"
RESULTS_REPO_URL="https://gitlab.eterfund.ru/vanomj/epm-play-ci-results.git"
WORKDIR="results"
RESULTS_DIR="${CI_RESULTS_DIR:-epm-results}"
RESULTS_LABEL="${CI_RESULTS_LABEL:-custom}"
......@@ -109,5 +109,5 @@ git commit -m "CI results (${RESULTS_LABEL}): pipeline $CI_PIPELINE_ID" || {
}
# push to version branch
git remote set-url origin "https://builder-robot:${CI_PUSH_TOKEN}@gitlab.eterfund.ru/etersoft/epm-play-ci-results.git"
git remote set-url origin "https://vanomj:${CI_PUSH_TOKEN}@gitlab.eterfund.ru/vanomj/epm-play-ci-results.git"
git push origin "${EPM_VERSION}" 2>/dev/null
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment