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:
|
||||
variables:
|
||||
SNAPSHOT_NAME: "after-postinstall"
|
||||
image: stretch:after-postinstall
|
||||
before_script:
|
||||
- apt-get install python-pip -y
|
||||
- pip2 install pytest pytest-sugar pytest-mock requests-mock mock
|
||||
|
@ -17,8 +16,7 @@ stages:
|
|||
|
||||
|
||||
postinstall:
|
||||
variables:
|
||||
SNAPSHOT_NAME: "before-postinstall"
|
||||
image: stretch:before-postinstall
|
||||
stage: postinstall
|
||||
script:
|
||||
- yunohost tools postinstall -d domain.tld -p the_password --ignore-dyndns
|
||||
|
|
Loading…
Add table
Reference in a new issue