Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading