Error: tar: main.go: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
circleci local execute を実行したのだが上記エラーが発生していた。
原因としてはチェックアウトするのはローカルのリポジトリの内容でコミットしないで実行していたからだった。
コミットしたら正常に動作した。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
Error: tar: main.go: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
circleci local execute を実行したのだが上記エラーが発生していた。
原因としてはチェックアウトするのはローカルのリポジトリの内容でコミットしないで実行していたからだった。
コミットしたら正常に動作した。
Register as a new user and use Qiita more conveniently
Go to list of users who liked