fix CI
This commit is contained in:
parent
debe132b6c
commit
83fc768373
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
LFTP_IMAGE: alpine/ftp # Image légère avec lftp préinstallé
|
LFTP_IMAGE: alpine/ftp
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache lftp # Pour alpine, ou apt-get pour Debian
|
- apt-get --no-cache lftp
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue