issue # configuring gitlab-ci
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..."
|
||||
- sudo chmod +x ./gradlew
|
||||
- ./gradlew build -Pprofile=prod
|
||||
- ls
|
||||
- echo "Compile complete."
|
||||
Reference in New Issue
Block a user