Skip to content
Snippets Groups Projects
Commit 595b9847 authored by nazlicag97's avatar nazlicag97
Browse files

Updated build machine as ubuntu

parent 343376e8
No related branches found
No related tags found
No related merge requests found
Pipeline #65851 failed
......@@ -21,7 +21,9 @@ stages: # List of stages for jobs, and their order of execution
- test
- deploy
build-job: # This job runs in the build stage, which runs first.
build-job:
# This job runs in the build stage, which runs first.
run-on: ubuntu-latest
stage: build
script:
- echo "Compiling the code..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment