From fc6769a2951560af6713a1f38e3d7c1c644527bf Mon Sep 17 00:00:00 2001 From: "orestis.malaspin" <orestis.malaspinas@hesge.ch> Date: Mon, 30 Jan 2023 18:52:27 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce07b89..b859b2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,14 +122,3 @@ build-palabos: changes: - palabos/Dockerfile -build-hakyll: - tags: - - dfromd - stage: build - script: - - cd hakyll - - docker build --pull -t omalaspinas/hakyll-test . - - docker push omalaspinas/hakyll-test - only: - changes: - - hakyll/Dockerfile -- GitLab