wip
This commit is contained in:
parent
6a1584ab75
commit
c786166eb0
1 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,10 @@ import typer
|
||||||
app = typer.Typer()
|
app = typer.Typer()
|
||||||
|
|
||||||
IMAGE = "ghcr.io/aides-infra/worker-alt-sisyphus-x86_64:0.0.4"
|
IMAGE = "ghcr.io/aides-infra/worker-alt-sisyphus-x86_64:0.0.4"
|
||||||
BUILD_COMMAND = "cd /app && /bin/aides-update-cache && "
|
BUILD_COMMAND = (
|
||||||
"(yes | /bin/alr build -s $(pwd)/alr.sh)"
|
"cd /app && /bin/aides-update-cache && "
|
||||||
|
+ "(yes | /bin/alr build -s $(pwd)/alr.sh)"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
|
|
Loading…
Reference in a new issue