Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Nov 15, 2019
1 parent 18b5a30 commit 0d1744a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/go_container.sh
Expand Up @@ -88,6 +88,8 @@ run_in_go_container() {
docker exec $(docker ps -ql) echo $GOPATH
docker exec $(docker ps -ql) ls .
docker exec $(docker ps -ql) ls /src
echo ${SOURCE_DIR}
ls -al
docker exec $(docker ps -ql) "$@"
}

Expand Down

0 comments on commit 0d1744a

Please sign in to comment.