Skip to content

Commit

Permalink
remove echo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan Kang committed Jun 20, 2022
1 parent be8d8c7 commit 25d59a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -31,8 +31,6 @@ jobs:
name: "Fetch dependencies"
command: >
if [[ << parameters.modules >> = true ]]; then
echo "${HOME}/project/go/src/github.com/gorilla/websocket"
echo $(pwd)
go mod download
export GO111MODULE=on
else
Expand Down

0 comments on commit 25d59a4

Please sign in to comment.