Update .gitlab-ci.yml file
This commit is contained in:
@@ -21,6 +21,8 @@ stages: # List of stages for jobs, and their order of execution
|
||||
|
||||
build: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
tags:
|
||||
- local-runner
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- ./gradlew build -Pprofile=prod
|
||||
|
||||
Reference in New Issue
Block a user