Commit 3be0818f authored by Muhammad Usman's avatar Muhammad Usman

Update .gitlab-ci.yml

parent b7dc5765
Pipeline #2334 failed
default:
image: maven:3-jdk-11
stages:
- install
- build
maven-job:
stage: install
script:
- mvn clean package
- mvn package
docker-build-job:
stage: build
image: docker:latest
needs:
- "maven-job"
script:
- docker build -t nisum-cicd-task:latest
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment