Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 8237b901 by Tony CHEMIT at 2017-03-30T09:21:22+02:00 try to make builds work again - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,9 +12,6 @@ stages: - Production .before_script_default: &before_script_default - tags: - - gitlab-org - - shared before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval $(ssh-agent -s) @@ -27,9 +24,6 @@ stages: - . ~/env/bin/prepare-env.sh .before_script_clone: &before_script_clone - tags: - - gitlab-org - - shared before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - eval $(ssh-agent -s) View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/8237b9019df07af5d99010343716...
participants (1)
-
Tony CHEMIT