Skip to content
Snippets Groups Projects

Update gitlab-ci.yml

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -58,3 +58,5 @@ sync:
@@ -58,3 +58,5 @@ sync:
- git remote add downstream "${GIT_PUSH_REPO}"
- git remote add downstream "${GIT_PUSH_REPO}"
- git push --force downstream "${GIT_PUSH_BRANCH:-main}"
- git push --force downstream "${GIT_PUSH_BRANCH:-main}"
- test -n "${GIT_TAGS}" && git push --force downstream --tags || true
- test -n "${GIT_TAGS}" && git push --force downstream --tags || true
 
interruptible: false
 
retry: 2
Loading