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