mirror of
https://github.com/wahyd4/kt-connect.git
synced 2026-08-09 05:16:02 +10:00
update docker ignore
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
output
|
||||
.github
|
||||
.git
|
||||
docs
|
||||
build
|
||||
.vscode
|
||||
|
||||
@@ -3,6 +3,7 @@ CTL_REPO=${CTL_REPO:-kt-connect}
|
||||
TAG=${TAG:-latest}
|
||||
|
||||
echo "======== move artifacts======="
|
||||
rm -rf artifacts
|
||||
mkdir -p artifacts
|
||||
docker run -v $PWD/artifacts:/artifacts --rm --entrypoint cp ${NAMESPACE}/${CTL_REPO}:${TAG} -r /go/src/github.com/alibaba/kt-connect/output/ktctl /artifacts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user