nomad

HCL and Docker files for Nomad deployments
git clone https://git.in0rdr.ch/nomad.git
Log | Files | Refs | Pull requests

commit d088c2643fd3ab3aa255b5838194d345f7b9506a
parent e4be62b6d11517ed8bfbe0f807aea75d0fcba5bc
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Thu, 13 Jun 2024 21:43:52 +0200

feat: update Jenkinsfile

Diffstat:
MJenkinsfile | 6+-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile @@ -2,9 +2,5 @@ import BuildahBud node('podman'){ - // build with image context and name - new BuildahBud(this).execute('docker/docker-cv', 'jekyll-cv') - new BuildahPush(this).execute('jekyll-cv') - - //gitleaks() + gitleaks() }