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

Update .gitlab-ci.yml file

parent a1072e60
Branches
No related merge requests found
Pipeline #167 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..."
- whoami
- dotnet - 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