Skip to content
Snippets Groups Projects

CI

Merged Robotka István Adrián requested to merge ci into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -21,7 +21,7 @@ build:
@@ -21,7 +21,7 @@ build:
- build/
- build/
editorconfig:
editorconfig:
stage: build
stage: test
image:
image:
name: odannyc/eclint
name: odannyc/eclint
entrypoint: [""]
entrypoint: [""]
@@ -43,8 +43,8 @@ editorconfig:
@@ -43,8 +43,8 @@ editorconfig:
- apt-get update && apt-get install -y lftp ca-certificates
- apt-get update && apt-get install -y lftp ca-certificates
- |
- |
FTP_CMD="lftp -e \"set dns:order 'inet inet6';
FTP_CMD="lftp -e \"set dns:order 'inet inet6';
mirror -R site/ public/ ; quit\"
mirror -R out/ public/ ; quit\"
-u $FTP_USER,$FTP_PASS $FTP_HOST"
-u $USER,$PASS $HOST"
- echo "$FTP_CMD"
- echo "$FTP_CMD"
- $FTP_CMD
- $FTP_CMD
environment:
environment:
Loading