From a3919853b05c4687d96722818f6b982c6322b4b6 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Tue, 29 Mar 2022 08:23:37 +0530 Subject: [PATCH] ci: move some variables [skip ci] Signed-off-by: Amneesh Singh --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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