Skip to content

Commit

Permalink
Merge pull request #3 from kscalelabs/dev
Browse files Browse the repository at this point in the history
CI/CD:test
  • Loading branch information
Serhii Ofii authored Aug 22, 2024
2 parents 43a45ff + 8fcd57e commit fd63d34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
# BACKOFF_TIME=$((BACKOFF_TIME * 2)) # Exponential backoff
# fi
# done

# echo "Failed to update the service after $MAX_RETRIES attempts."
# exit 1

Expand Down
2 changes: 1 addition & 1 deletion linguaphoto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def value_error_exception_handler(request: Request, exc: ValueError) -> JS

@app.get("/")
async def root() -> dict[str, str]:
return {"message": "Hello, World!"}
return {"message": "Hello, World!, TEST"}


if __name__ == "__main__":
Expand Down

0 comments on commit fd63d34

Please sign in to comment.