Commit 513a4045 authored by Joel Collins's avatar Joel Collins
Browse files

Update deploy stage

parent 2dbf5931
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
stages:
  - build
  - meta
  - deploy

# Cache modules in between jobs
cache:
@@ -36,6 +37,7 @@ package:
    - tags

deploy:
  stage: deploy
  image: ubuntu:latest
  before_script:
    - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'