Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 65ad394

Browse files
Update ci.sh
Signed-off-by: John O'Loughlin <[email protected]>
1 parent e100152 commit 65ad394

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: ci/ci.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22
set -e
3+
4+
pwd
5+
ls
6+
echo "*********************************************************************"
37
USERSPACEDIR="/runner/_work/userspace-cni-network-plugin/userspace-cni-network-plugin/"
48
CI_DIR="$USERSPACEDIR/ci/"
59

@@ -54,7 +58,7 @@ make build
5458
mkdir_var=$(dirname ${USERSPACEDIR})
5559
kind load docker-image localhost:5000/userspacecni
5660
docker exec -i kind-control-plane bash -c "mkdir -p $mkdir_var"
57-
docker cp "${USERSPACEDIR}" "kind-control-plane:${USERSPACEDIR}"
61+
docker cp "${}" "kind-control-plane:${}"
5862
}
5963

6064
deploy_multus(){

0 commit comments

Comments
 (0)