diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 7c1e0ab..6e148fc 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -23,8 +23,6 @@ resources: token: ((nomad.token)) consul_token: ((nomad.consul)) vault_token: ((nomad.vault)) - templating: false - restart: true - name: repo type: git @@ -122,3 +120,5 @@ jobs: - put: nomad-job params: job_path: repo/singh3.nomad + templating: false + restart: true