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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -51,8 +51,7 @@ stages:
    51 51
     
    
    52 52
     .deploy_site: &deploy_site
    
    53 53
       script:
    
    54
    -    - mvn install -DskipTests
    
    55
    -    - mvn site-deploy -DperformRelease
    
    54
    +    - mvn clean verify site -DperformRelease scm-publish:publish-scm
    
    56 55
     
    
    57 56
     .deploy_demo_latest: &deploy_demo_latest
    
    58 57
       stage: Test
    
    ... ... @@ -86,11 +85,11 @@ stage:
    86 85
       <<: *before_script_clone
    
    87 86
       script:
    
    88 87
         - apt-get update -y && apt-get install libc6-i386 libx32stdc++6 -y
    
    89
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/close-milestone.sh | bash
    
    90
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/create-stage.sh | bash
    
    91
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
    
    92
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/create-milestone.sh | bash
    
    93
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    88
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-milestone.sh | bash
    
    89
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-stage.sh | bash
    
    90
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/update-staging-changelog.sh | sed 's/$1/frirdobserve/' | bash
    
    91
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/create-milestone.sh | bash
    
    92
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/close-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    94 93
     
    
    95 94
     latest-site:
    
    96 95
       <<: *env_test
    
    ... ... @@ -146,13 +145,13 @@ release:
    146 145
       <<: *staging
    
    147 146
       when: manual
    
    148 147
       script:
    
    149
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    148
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/release-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    150 149
     
    
    151 150
     drop:
    
    152 151
       <<: *staging
    
    153 152
       when: manual
    
    154 153
       script:
    
    155
    -    - wget -O - https://gitlab.com/maven.ultreia.io/pom/raw/master/bin/drop-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    154
    +    - wget -O - https://gitlab.com/ultreiaio/pom/raw/master/bin/drop-stage.sh | sed 's/$1/frirdobserve/' | bash
    
    156 155
     
    
    157 156
     production:
    
    158 157
       stage: Production