update
This commit is contained in:
@@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "Compiling the code..."
|
- echo "Compiling the code..."
|
||||||
- echo $(whoami)
|
- echo "I'm..." $(whoami)
|
||||||
- mvn -s ./settings.xml -DskipTests=true clean install
|
- mvn -s ./settings.xml -DskipTests=true clean install
|
||||||
- echo "Compile complete."
|
- echo "Compile complete."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user