You've already forked git-docker
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
GIT_FETCH_ARGS=""
|
||||
GIT_CHECKOUT_ARGS=""
|
||||
@ -43,5 +42,3 @@ fi
|
||||
|
||||
git fetch ${GIT_FETCH_ARGS}
|
||||
git checkout ${GIT_CHECKOUT_ARGS}
|
||||
|
||||
ls -la
|
||||
|
Reference in New Issue
Block a user