Skip to content

Commit

Permalink
pass env var to e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Kuzmin, Vadim Vohmjanin committed Aug 24, 2023
1 parent 975e6e2 commit d0e650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
stage('E2E Test') {
steps {
sh 'docker build --target e2e -t ${REPO_NAME}_e2e .'
sh 'docker run ${REPO_NAME}_e2e e2e/run.sh'
sh 'docker run ${REPO_NAME}_e2e -e PROJECT_GITHUB e2e/run.sh'
}
}
stage('Build final') {
Expand Down

0 comments on commit d0e650c

Please sign in to comment.