|
|
@ -28,10 +28,14 @@ pull-github:
|
|
|
|
|
|
|
|
|
|
|
|
push-gitlab:
|
|
|
|
push-gitlab:
|
|
|
|
stage: push
|
|
|
|
stage: push
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
|
|
|
|
- apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- git push origin "$CI_COMMIT_BRANCH"
|
|
|
|
- git push origin "$CI_COMMIT_BRANCH"
|
|
|
|
|
|
|
|
|
|
|
|
push-github:
|
|
|
|
push-github:
|
|
|
|
stage: push
|
|
|
|
stage: push
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
|
|
|
|
- apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- git push github "$CI_COMMIT_BRANCH"
|
|
|
|
- git push github "$CI_COMMIT_BRANCH"
|
|
|
|