Commit 0911b3c3 authored by Perwaiz Ali's avatar Perwaiz Ali

yml modification

parent 9b68f5b1
Pipeline #2164 canceled with stage
stages:
- build
maven-build:
image: maven:3-jdk-8
stage: build
script: "mvn package -B"
artifacts:
paths:
- target/gitlab-ci-demo.jar
\ No newline at end of file
stages:
- build
build-code-job:
stage: build
script:
- echo "Check the ruby version, then build some Ruby project files:"
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