Skip to content

Commit d007201

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/vars.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
runtime_user: "indicators"
33
jenkins_user: "jenkins"
4-
#jenkins_artifact_dir: "/var/lib/jenkins/artifacts" # TODO: Switcheroo to `artifacts` after this goes live!
5-
jenkins_artifact_dir: "/var/lib/jenkins/test-artifacts"
4+
jenkins_artifact_dir: "/var/lib/jenkins/artifacts"
65
indicators_runtime_dir: "/home/{{ runtime_user }}/runtime"
76
package: "{{ indicator }}.tar.gz" # {{ indicator }} is passed in from the Jenkins shell script wrapper.
87
python_version: "3.8.2"

0 commit comments

Comments
 (0)