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.
|
build: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
|
tags:
|
||||||
|
- local-runner
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- ./gradlew build -Pprofile=prod
|
- ./gradlew build -Pprofile=prod
|
||||||
|
|||||||
Reference in New Issue
Block a user