Update file .gitlab-ci.yml
This commit is contained in:
@@ -25,6 +25,7 @@ build: # This job runs in the build stage, which runs first.
|
||||
- local-runner
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- java --version
|
||||
- chmod +x ./gradlew
|
||||
- ./gradlew build -Pprofile=prod
|
||||
- ls
|
||||
|
||||
Reference in New Issue
Block a user