Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Sep 23, 2023
1 parent c87c29d commit 3153118
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ pipeline {

stage('Prepare Environment') {
steps {
pwd(tmp: true)
sh '''cp
/home/probitenv/.env $PWD/'''
}
}

Expand Down

0 comments on commit 3153118

Please sign in to comment.