Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g") ってexport必要では? #800

Closed
nakkaa opened this issue Feb 11, 2022 · 1 comment · Fixed by #802
Closed
Assignees
Labels
bug Something isn't working

Comments

@nakkaa
Copy link
Member

nakkaa commented Feb 11, 2022

TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")

だと

ubuntu@ocivm1:~/hato-bot/setup$ TAG_NAME=v2.2.1
ubuntu@ocivm1:~/hato-bot/setup$ docker-compose up -d
-bash: docker-compose: command not found
ubuntu@ocivm1:~/hato-bot/setup$ docker compose up -d
WARN[0000] The "TAG_NAME" variable is not set. Defaulting to a blank string. 
WARN[0000] The "TAG_NAME" variable is not set. Defaulting to a blank string. 
WARN[0000] network default: network.external.name is deprecated in favor of network.name 

と言われる。

@nakkaa nakkaa added the bug Something isn't working label Feb 11, 2022
@massongit
Copy link
Member

た し か に。

@massongit massongit linked a pull request Feb 11, 2022 that will close this issue
@massongit massongit self-assigned this Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants