mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Use image
This commit is contained in:
parent
6c24755e73
commit
2b0711b1f4
1 changed files with 2 additions and 4 deletions
|
@ -3,8 +3,7 @@ stages:
|
||||||
- tests
|
- tests
|
||||||
|
|
||||||
.tests:
|
.tests:
|
||||||
variables:
|
image: stretch:after-postinstall
|
||||||
SNAPSHOT_NAME: "after-postinstall"
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get install python-pip -y
|
- apt-get install python-pip -y
|
||||||
- pip2 install pytest pytest-sugar pytest-mock requests-mock mock
|
- pip2 install pytest pytest-sugar pytest-mock requests-mock mock
|
||||||
|
@ -17,8 +16,7 @@ stages:
|
||||||
|
|
||||||
|
|
||||||
postinstall:
|
postinstall:
|
||||||
variables:
|
image: stretch:before-postinstall
|
||||||
SNAPSHOT_NAME: "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