Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdworkin committed Aug 2, 2024
1 parent 8defbbf commit 1ff5b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/intel/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def checkout_ci_resources() {
rm -rf ${env.WORKSPACE}/ci_resources && mkdir ${env.WORKSPACE}/ci_resources
fi
git clone ${env.CI_RESOURCES} ${env.WORKSPACE}/ci_resources
git clone -b main ${env.ZDWORKIN_CI_RESOURCES} ${env.WORKSPACE}/ci_resources
"""
}
Expand All @@ -190,7 +190,7 @@ def checkout_ci() {
rm -rf ${env.WORKSPACE}/ci && mkdir ${env.WORKSPACE}/ci
fi
git clone --recurse-submodules ${env.CI} ${env.WORKSPACE}/ci
git clone --recurse-submodules ${env.ZDWORKIN_CI} ${env.WORKSPACE}/ci
"""
}

Expand Down

0 comments on commit 1ff5b9e

Please sign in to comment.