good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3671d85d authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Making sure path is empty before trying to move a directory into it.

parent 24277b71
No related branches found
Tags v3.0.0-alpha.3
No related merge requests found
......@@ -29,6 +29,7 @@ services:
- mongodb
before_script:
- rm -rf $HOME/gopath/src/upper.io
- mkdir -p $HOME/gopath/src/upper.io
- mv $HOME/gopath/src/github.com/upper/db $HOME/gopath/src/upper.io
- cd $HOME/gopath/src/upper.io/db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment