Skip to content

Commit f95334a

Browse files
committed
Switch to production directory
1 parent fd64033 commit f95334a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jenkins/build-and-package.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ pip install .
2828
cd "${WORKSPACE}" || exit
2929

3030
# Create .tar.gz for deployment
31-
# TODO: Switcheroo to `artifacts` after this goes live!
32-
tar -czvf "${JENKINS_HOME}/test-artifacts/${local_indicator}.tar.gz" "${local_indicator}"
31+
tar -czvf "${JENKINS_HOME}/artifacts/${local_indicator}.tar.gz" "${local_indicator}"

0 commit comments

Comments
 (0)