Skip to content

Commit

Permalink
fixing condition for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Oct 17, 2023
1 parent 1814fe3 commit 9e99b61
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 @@ -111,7 +111,7 @@ pipeline {
source ./ci/functions.sh
deploy_ephemeral_stage
if [ ! env.SKIP_DEPLOY_EPHEMERAL ]; then
if [ ! -z env.SKIP_DEPLOY_EPHEMERAL ]; then
echo "running PR smoke tests"
set +e
process_requirements_labels
Expand Down

0 comments on commit 9e99b61

Please sign in to comment.