Skip to content
Snippets Groups Projects
Commit a1072e60 authored by jez04's avatar jez04
Browse files

Update .gitlab-ci.yml file

parent 5d7ebc57
No related merge requests found
Pipeline #164 failed with stages
in 1 second
...@@ -25,6 +25,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -25,6 +25,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
- dotnet
- mvn compile - mvn compile
- echo "Compile complete." - echo "Compile complete."
......
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