mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update image
This commit is contained in:
parent
e3a3b00034
commit
dc3e37cc79
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ stages:
|
||||||
- tests
|
- tests
|
||||||
|
|
||||||
.tests:
|
.tests:
|
||||||
image: stretch:after-postinstall
|
image: after-postinstall
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get install python-pip -y
|
- apt-get install python-pip -y
|
||||||
- mkdir -p .pip
|
- mkdir -p .pip
|
||||||
|
@ -26,7 +26,7 @@ stages:
|
||||||
key: "$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
|
key: "$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
|
||||||
|
|
||||||
postinstall:
|
postinstall:
|
||||||
image: stretch:before-postinstall
|
image: before-postinstall
|
||||||
stage: postinstall
|
stage: postinstall
|
||||||
script:
|
script:
|
||||||
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
|
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
|
||||||
|
|
Loading…
Add table
Reference in a new issue