before_script: - '[[ -d /srv/piphone/ ]] || mkdir -p /srv/piphone/' - 'which git || (apt-get update -yq && apt-get install git -yqq)' - 'which curl ||(apt-get update -yq && apt-get install curl -yqq)' job install: script: - chmod a+x ci/install.sh - ./ci/install.sh stage: deploy tags:
- preprod
only:
- master