ci(workflow): 移除构建步骤中的冗余命令
This commit is contained in:
parent
5f9908195f
commit
fba0f78b25
@ -84,9 +84,6 @@ jobs:
|
|||||||
- name: Build and push docker image
|
- name: Build and push docker image
|
||||||
run: |
|
run: |
|
||||||
source ${{gitea.WORKSPACE}}/deploy/.env
|
source ${{gitea.WORKSPACE}}/deploy/.env
|
||||||
go clean -modcache
|
|
||||||
go mod tidy
|
|
||||||
make build-linux
|
|
||||||
make docker
|
make docker
|
||||||
make publish-docker
|
make publish-docker
|
||||||
make docker-run
|
make docker-run
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user