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 eb6736a commit df86ce1Copy full SHA for df86ce1
.gitlab/ci/fragments/rules.yml
@@ -15,7 +15,7 @@
15
16
.syncho-github-ans:
17
rules:
18
- - if: $CI_COMMIT_BRANCH == "syncho-github-ans"
+ - if: $CI_COMMIT_BRANCH == "synchro-github-ans"
19
20
# new tag
21
.tags:
.gitlab/ci/jobs/5.1-synchro-github.yml
@@ -12,8 +12,11 @@
12
- git config --global user.email "${GITLAB_USER_EMAIL}"
13
- git checkout -b temp-branch
14
- git rm -r --cached .
+ - git add .gitignore
- git add *
- git commit -m "Synchro Klee ANS"
- git remote add github-ans https://root:$GITHUB_TOKEN@$GITHUB_URL
- #- git push github-ans temp-branch:main-klee
+ - git pull github-ans main-klee
+ - git push github-ans temp-branch:main-klee
+ - git checkout synchro-github-ans
22
- git branch -D temp-branch
0 commit comments