with remove deployments
This commit is contained in:
parent
88ef310a9a
commit
97fd7fe448
@ -8,6 +8,8 @@ tag="$REGISTRY/$SERVICE:${COMMIT_SHA:0:10}"
|
|||||||
|
|
||||||
echo "pulling deployments repo"
|
echo "pulling deployments repo"
|
||||||
|
|
||||||
|
[ -d _deployments ] rm -r _deployments
|
||||||
|
|
||||||
git clone "$DEPLOYMENTS" _deployments
|
git clone "$DEPLOYMENTS" _deployments
|
||||||
[ ! -d _deployments ] && echo "deployments could not be cloned aborting" && exit 1
|
[ ! -d _deployments ] && echo "deployments could not be cloned aborting" && exit 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user