Skip to content

Commit

Permalink
CI: Deploy: Fix checkout (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Aug 16, 2023
1 parent 958a87e commit 7c374b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ pipeline {
}
}

checkoutRepo()
dir(getRepoName()) {
checkoutRepo()
}

setupCypressEnv('9.7.0')
}
Expand Down

0 comments on commit 7c374b7

Please sign in to comment.