Browse Source

Mettre à jour le fichier .gitlab-ci.yml

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

+ 0
- 2
.gitlab-ci.yml View File

@ -9,8 +9,6 @@ deploy-job:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"'
when: always
environment: production
dependencies:
- build-job
before_script:
## Install ssh-agent if not already installed, it is required by Docker.
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'


Loading…
Cancel
Save