Skip to content

Commit

Permalink
ci: change directory name
Browse files Browse the repository at this point in the history
Change directory name.

Signed-off-by: Ashwin Sekhar T K <asekhar@marvell.com>
Change-Id: I1b72ffb311e20fe18de6ef6df65e99629a975d29
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/134770
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
Tested-by: Jerin Jacob <jerinj@marvell.com>
  • Loading branch information
ashwinyes authored and jerinjacobk committed Sep 3, 2024
1 parent c0d5df2 commit 484fea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/groovy/ci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def run_ci(Object s) {
node ("buildenv-2004-le") {
s.GROOVY_DIR = '/data/isoc_platform_devops/dev-ci/scripts_cache/dev-ci/dpu-offload'
s.GROOVY_DIR = '/data/isoc_platform_devops/dev-ci/scripts_cache/dev-ci/dao'
s.preinit = load s.GROOVY_DIR + "/preinit.groovy"
}
s.preinit.run(s)
Expand Down

0 comments on commit 484fea2

Please sign in to comment.