Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
1556ce5c
Commit
1556ce5c
authored
Jan 27, 2026
by
Ivan Mazhukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm ci: change creds
parent
baf7b83d
Pipeline
#16860
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
No files found.
.gitlab-ci.yml
View file @
1556ce5c
...
...
@@ -6,8 +6,8 @@ prepare:
script
:
-
apt-get update && apt-get install -y git wget
-
bash ci/gen-ci.sh > .gitlab-ci.yml
-
git config user.name "
CI B
ot"
-
git config user.email "
ci
@etersoft.ru"
-
git config user.name "
builder-rob
ot"
-
git config user.email "
builder-robot
@etersoft.ru"
-
|
if [ -n "$FULL_TEST" ]; then
CI_GENERATED_BRANCH="ci-generated-full-test"
...
...
@@ -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://
vanomj:$CI_PUSH_TOKEN@gitlab.eterfund.ru/vanomj
/eepm.git
-
git remote set-url origin https://
builder-robot:$CI_PUSH_TOKEN@gitlab.eterfund.ru/etersoft
/eepm.git
-
git push -f origin "${CI_GENERATED_BRANCH}" 2>/dev/null
only
:
-
schedules
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment