Skip to content
Snippets Groups Projects
Commit abfeee48 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

fix ci config

parent bb4c9d47
No related branches found
No related tags found
1 merge request!3CI
Pipeline #5293 failed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -21,7 +21,7 @@ build:
- build/
editorconfig:
stage: build
stage: test
image:
name: odannyc/eclint
entrypoint: [""]
......@@ -43,8 +43,8 @@ editorconfig:
- apt-get update && apt-get install -y lftp ca-certificates
- |
FTP_CMD="lftp -e \"set dns:order 'inet inet6';
mirror -R site/ public/ ; quit\"
-u $FTP_USER,$FTP_PASS $FTP_HOST"
mirror -R out/ public/ ; quit\"
-u $USER,$PASS $HOST"
- echo "$FTP_CMD"
- $FTP_CMD
environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment