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

Merge branch 'fix-ci' into 'master'

temporary fix to ci

See merge request !60
parents 9caca9e0 616f57ca
No related branches found
No related tags found
1 merge request!60temporary fix to ci
Pipeline #8906 failed
......@@ -29,7 +29,8 @@ ftp:
image: ubuntu:focal
script:
- 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"
-u $FTP_USER,$FTP_PASS $FTP_HOST
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment