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

Merge branch 'fix-ci' into 'master'

revert back to original command

See merge request !61
parents 0a6abee3 47c69ca0
No related branches found
No related tags found
1 merge request!61revert back to original command
Pipeline #8908 failed
...@@ -29,8 +29,7 @@ ftp: ...@@ -29,8 +29,7 @@ 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 ftp:ssl-allow no; - lftp -e "set dns:order 'inet inet6';
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