Skip to content

Commit

Permalink
CI: Deploy: Fix checkout (#1833) (#1834)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
github-actions[bot] and radtriste authored Aug 16, 2023
1 parent 10476b4 commit e6e4a3c
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 e6e4a3c

Please sign in to comment.