Skip to content

Commit

Permalink
style:add reture to the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZexiao committed Jun 9, 2022
1 parent eb91db5 commit 174c0a1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,3 @@ jobs:
docker login --username=filvenus --password ${{ secrets.DOCKER_PASSWORD }}
docker push filvenus/venus-auth:${{steps.vars.outputs.github_tag }}
docker push filvenus/venus-auth:latest
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
flags: unittests
name: venus-auth
fail_ci_if_error: true
verbose: true
verbose: true
2 changes: 1 addition & 1 deletion docker/script/compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ echo "token:"
echo ${token#*: }
echo "${token#*: }" > /env/token

wait
wait
2 changes: 0 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ COPY ./docker/script /script
EXPOSE 8989

ENTRYPOINT ["/app/venus-auth","run"]


0 comments on commit 174c0a1

Please sign in to comment.