update
This commit is contained in:
@@ -19,15 +19,15 @@
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- deploy
|
||||
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: deploy
|
||||
script:
|
||||
- echo "Compiling the code..."
|
||||
- echo "I'm..." $(whoami)
|
||||
- mvn -s ./settings.xml -DskipTests=true clean install
|
||||
- echo "Compile complete."
|
||||
- mkdir -p /home/gitlab-runner/public/physical
|
||||
# - cp physical-launcher/target/physical-launcher-3.7.0.jar /home/gitlab-runner/public/physical
|
||||
#build-job: # This job runs in the build stage, which runs first.
|
||||
# stage: deploy
|
||||
# script:
|
||||
# - echo "Compiling the code..."
|
||||
# - echo "I'm..." $(whoami)
|
||||
# - mvn -s ./settings.xml -DskipTests=true clean install
|
||||
# - echo "Compile complete."
|
||||
# - mkdir -p /home/gitlab-runner/public/physical
|
||||
## - cp physical-launcher/target/physical-launcher-3.7.0.jar /home/gitlab-runner/public/physical
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user