Skip to content
Snippets Groups Projects
Verified Commit 616f57ca authored by Radeczki Gergő István's avatar Radeczki Gergő István :fire:
Browse files

temporary fix to ci

parent 9caca9e0
No related branches found
No related tags found
1 merge request!60temporary fix to ci
Pipeline #8905 passed
...@@ -29,7 +29,8 @@ ftp: ...@@ -29,7 +29,8 @@ ftp:
image: ubuntu:focal image: ubuntu:focal
script: script:
- apt-get update && apt-get install -y lftp ca-certificates - apt-get update && apt-get install -y lftp ca-certificates
- lftp -e "set dns:order 'inet inet6'; - lftp -e "set ftp:ssl-allow no;
set dns:order 'inet inet6';
mirror -R site/ public/ ; quit" mirror -R site/ public/ ; quit"
-u $FTP_USER,$FTP_PASS $FTP_HOST -u $FTP_USER,$FTP_PASS $FTP_HOST
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment