-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Make command "generate-tag" command failed on prod.
To Reproduce
- Execute
make deploy-allwith profile "oqtopus-prod" - Error will occur like below:
edge@edge001:~/oqtopus-cloud/deployment/qiqb-prod$ make deploy-user
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' に入ります
Building oqtopus_cloud/user Lambda Package
Project Location: ../../backend/oqtopus_cloud/user
Library Location: ./deploy-packages
Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
To disable this warning run 'poetry config warnings.export false'.
downloading uv 0.9.11 x86_64-unknown-linux-gnu
no checksums to verify
installing to /root/.local/bin
uv
uvx
everything's installed!
To add $HOME/.local/bin to your PATH, either restart your shell or run:
source $HOME/.local/bin/env (sh, bash, zsh)
source $HOME/.local/bin/env.fish (fish)
Using CPython 3.12.9 interpreter at: /usr/local/bin/python
Audited 59 packages in 155ms
Lambda Package Created: ./bin/user/lambda.zip
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' から出ます
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' に入ります
make[1]: *** [Makefile:118: generate-tag] エラー 1
make[1]: ディレクトリ '/home/edge/oqtopus-cloud/deployment/qiqb-prod' から出ます
make: *** [Makefile:77: deploy-user] エラー 2
Maybe it causes using default profile on CLI.
Expected behavior
No response
Screenshots
No response
Environment
None
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working