Skip to content

Commit

Permalink
Remove WORKSPACE_TMP workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed May 15, 2023
1 parent 6ca0e9f commit 73113c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jenkins/run-server-func-tests
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ else
KEEP_DATASETS="keep"
fi
EXTRA_PODMAN_SWITCHES="${EXTRA_PODMAN_SWITCHES} --network host" \
WORKSPACE_TMP=${WORKSPACE_TMP:-${HOME}} \
jenkins/run tox -e py39 -- server functional ${SERVER_URL} ${KEEP_DATASETS}
exit_status=${?}
fi
Expand Down

0 comments on commit 73113c8

Please sign in to comment.