Tony CHEMIT pushed to branch develop-5.x at ultreiaio / ird-observe

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -57,9 +57,11 @@ build:
    57 57
       stage: Build
    
    58 58
       <<: *before_script_default
    
    59 59
       script:
    
    60
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean verify/' | bash
    
    60
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/verify/' | bash
    
    61 61
       only:
    
    62 62
         - develop
    
    63
    +    - develop-5.x
    
    64
    +    - develop-7.x
    
    63 65
         - feature/*
    
    64 66
       except:
    
    65 67
         - triggers
    
    ... ... @@ -69,18 +71,12 @@ build:
    69 71
       <<: *before_script_default
    
    70 72
       only:
    
    71 73
         - develop
    
    74
    +    - develop-5.x
    
    75
    +    - develop-7.x
    
    72 76
       except:
    
    73 77
         - triggers
    
    74 78
       when: manual
    
    75 79
     
    
    76
    -deploy_snapshot:
    
    77
    -  <<: *env_staging
    
    78
    -  <<: *test_manual
    
    79
    -  <<: *before_script_clone
    
    80
    -  script:
    
    81
    -    - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
    
    82
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/deploy -DperformRelease/' | bash
    
    83
    -
    
    84 80
     stage:
    
    85 81
       <<: *env_staging
    
    86 82
       <<: *test_manual
    
    ... ... @@ -93,6 +89,14 @@ stage:
    93 89
         - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    94 90
         - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    95 91
     
    
    92
    +deploy-snapshot:
    
    93
    +  <<: *env_staging
    
    94
    +  <<: *test_manual
    
    95
    +  <<: *before_script_clone
    
    96
    +  script:
    
    97
    +    - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
    
    98
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/deploy -DperformRelease/' | bash
    
    99
    +
    
    96 100
     latest-site:
    
    97 101
       <<: *env_test
    
    98 102
       <<: *test_manual
    
    ... ... @@ -113,7 +117,7 @@ nightly-build:
    113 117
       <<: *nightly
    
    114 118
       script:
    
    115 119
         - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
    
    116
    -    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/clean verify -DperformRelease/' | bash
    
    120
    +    - wget -q -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/execute-maven.sh | sed 's/$1/verify -DperformRelease/' | bash
    
    117 121
     
    
    118 122
     nightly-site:
    
    119 123
       stage: Test