Browse Source

Mettre à jour le fichier .gitlab-ci.yml

master
Yann Michel 2 months ago
parent
commit
93bc59d434
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

@ -31,7 +31,7 @@ deploy-job:
## Set the git user name and email ## Set the git user name and email
- git config --global user.email "bender@ctisante.com" - git config --global user.email "bender@ctisante.com"
- git config --global user.name "bender" - git config --global user.name "bender"
- git remote add gitea git@gitea.ctisante.com:ymi/activite-gitlab.git
- git remote add gitea git@gitea.ctisante.com:cti/activite-gitlab.git
script: script:
- echo "Pushing to Public Repo..." - echo "Pushing to Public Repo..."
- git update-ref -d refs/heads/deploy #delete branch deploy - git update-ref -d refs/heads/deploy #delete branch deploy


Loading…
Cancel
Save