Skip to content

Commit df86ce1

Browse files
committed
fix branch name
1 parent eb6736a commit df86ce1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitlab/ci/fragments/rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
.syncho-github-ans:
1717
rules:
18-
- if: $CI_COMMIT_BRANCH == "syncho-github-ans"
18+
- if: $CI_COMMIT_BRANCH == "synchro-github-ans"
1919

2020
# new tag
2121
.tags:

.gitlab/ci/jobs/5.1-synchro-github.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
- git config --global user.email "${GITLAB_USER_EMAIL}"
1313
- git checkout -b temp-branch
1414
- git rm -r --cached .
15+
- git add .gitignore
1516
- git add *
1617
- git commit -m "Synchro Klee ANS"
1718
- git remote add github-ans https://root:$GITHUB_TOKEN@$GITHUB_URL
18-
#- git push github-ans temp-branch:main-klee
19+
- git pull github-ans main-klee
20+
- git push github-ans temp-branch:main-klee
21+
- git checkout synchro-github-ans
1922
- git branch -D temp-branch

0 commit comments

Comments
 (0)