LD пре 5 година
родитељ
комит
44e7bc063a
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      .gitlab-ci.yml

+ 6 - 0
.gitlab-ci.yml

@@ -5,6 +5,8 @@ stages:
 
 build_maven:
   stage: build
+  tags:
+    - was
   script:
     - echo "build maven....."
     - echo "mvn clean"
@@ -12,6 +14,8 @@ build_maven:
 
 test_springboot:
   stage: test
+  tags:
+    - was
   script:
     - echo "run java test....."
     - echo "java -test"
@@ -19,6 +23,8 @@ test_springboot:
 
 deploy_springboot:
   stage: deploy
+  tags:
+    - was
   script:
     - echo "deploy springboot...."
     - echo "run mvn install"