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

Commit f153375

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: ci/ci.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
22
set -e
33

4-
pwd
5-
ls
6-
echo "*********************************************************************"
7-
USERSPACEDIR="/runner/_work/userspace-cni-network-plugin/userspace-cni-network-plugin/"
4+
#USERSPACEDIR="/runner/_work/userspace-cni-network-plugin/userspace-cni-network-plugin/"
5+
USERSPACEDIR="/home/runner/work/userspace-cni-network-plugin/userspace-cni-network-plugin"
86
CI_DIR="$USERSPACEDIR/ci/"
97

108
vpp_ligato_latest_container()

0 commit comments

Comments
 (0)