Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegYurchik committed Nov 28, 2023
1 parent 6736d8d commit 18a64d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/autotests-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ jobs:
-e "MESSENGER_WEBSOCKET_URL=${MESSENGER_WEBSOCKET_URL_STAGE}"
-e "NOTIFICATIONS_WEBSOCKET_URL=${NOTIFICATIONS_WEBSOCKET_URL_STAGE}"
-e "HABR_OAUTH2_CALLBACK_URL=${USERS_HABR_OAUTH2_CALLBACK_URL_STAGE}"
-e "OLEG_ID=${OLEG_ID}"
-e "OLEG_EMAIL=${OLEG_EMAIL}"
-e "OLEG_EMAIL_PASSWORD=${OLEG_EMAIL_PASSWORD}"
-e "MATVEY_ID=${MATVEY_ID}"
-e "MATVEY_EMAIL=${MATVEY_EMAIL}"
-e "MATVEY_EMAIL_PASSWORD=${MATVEY_EMAIL_PASSWORD}"
-e "PROJECT_ID=${PROJECT_ID}"
-e "POSITION_ID=${POSITION_ID}"
-e "PARTICIPANT_ID=${PARTICIPANT_ID}"
-e "CHAT_ID=${CHAT_ID}"
-v /sapphire/stage/secrets:/run/secrets
sapphire:test-${{ github.sha }} pytest autotests
- name: Notification
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sapphire"
version = "0.0.0"
version = "1.0.0"
description = "Backend for developer collaboration service"
authors = ["Oleg Yurchik <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 18a64d2

Please sign in to comment.