Commit 489d2568 authored by Mark Beierl's avatar Mark Beierl
Browse files

Adding lftp to build

parent 8f31ddf9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,7 +34,10 @@ deploy-job:
  cache:
    paths:
      - .cache/pip
  stage: deploy
  script:
    - apt-get update
    - apt-get install -y --no-install-recommends lftp
    - mkdir -p local
    - echo "USERNAME=$FTP_USERNAME" > local/.credentials
    - echo "PASSWORF=$FTP_PASSWORD" >> local/.credentials