Comment 3 for bug 1904601

Revision history for this message
Anja Stemme (snowyeti) wrote :

I am not sure if you are using gitlab but for me the following yaml script finally did it:
(maybe as interim until someone fixes the bug)

image: ubuntu:18.04
before_script:
  - apt-get update -qy
  - apt-cache showpkg lftp
  - apt-get install -y lftp
  - apt-get install -y lftp=4.8.1-1ubuntu0.1 --allow-downgrades
  - age=$(stat -c %Y scripts/network.js)