Compare commits
2 Commits
19ba9c529d
...
29fc78e400
Author | SHA1 | Date | |
---|---|---|---|
29fc78e400 | |||
6dc5b9cb6f |
|
@ -25,7 +25,7 @@
|
|||
- the intended immutable files should be placed at a sub-directory named `immutable_files` at same position as the `repo.toml` file
|
||||
|
||||
```shell
|
||||
[nuvole0217@Nuvole test]$ tree .
|
||||
$ tree .
|
||||
.
|
||||
|- immutable_files
|
||||
| |-- push.yaml
|
||||
|
@ -34,6 +34,7 @@
|
|||
```
|
||||
|
||||
- sample command on the server
|
||||
|
||||
```shell
|
||||
joj3-config-generator convert /home/tt/.config/joj
|
||||
```
|
||||
|
|
|
@ -3,7 +3,7 @@ from typing import List
|
|||
|
||||
from joj3_config_generator.models import joj1, repo, result, task
|
||||
from joj3_config_generator.processers.joj1 import get_joj1_run_stage
|
||||
from joj3_config_generator.processers.repo import ( # get_teapotcheck_config,
|
||||
from joj3_config_generator.processers.repo import (
|
||||
get_healthcheck_config,
|
||||
get_teapot_stage,
|
||||
)
|
||||
|
@ -67,5 +67,5 @@ def convert_joj1(joj1_conf: joj1.Config) -> task.Config:
|
|||
name=(""),
|
||||
),
|
||||
release=task.Release(deadline=None, begin_time=None),
|
||||
stages=[],
|
||||
stages=stages,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user