From 3689b2227a37b025008ce08f345a388ae6818752 Mon Sep 17 00:00:00 2001 From: Sumedh Date: Wed, 14 Aug 2024 17:03:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f205a1..553c564 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ build-job: stage: maven_build image: maven:3.9.8-amazoncorretto-21-al2023 script: - - sleep(10000) + - sleep 10000 - curl -v https://repo.spring.io/snapshot - echo "Building the project..." - mvn clean install -DskipTests @@ -46,7 +46,7 @@ docker_build-job: # This job runs in the test stage. - if: $CI_COMMIT_BRANCH exists: - Dockerfile - when: manual + #when: manual tags: - OLYMPUS