Skip to content
Snippets Groups Projects
Commit 61b06d1f authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Merge branch 'prerelease-v1.1.2' into 'release-v1.1.2'

Moved sources to labs.etsi.org/rep

See merge request !1
parents 63814b49 c6beadbe
No related branches found
No related tags found
1 merge request!1Moved sources to labs.etsi.org/rep
Pipeline #367 passed
Pipeline: saref-portal

#376

    ...@@ -18,7 +18,7 @@ stages: ...@@ -18,7 +18,7 @@ stages:
    test-develop: test-develop:
    stage: test stage: test
    script: script:
    - curl -L -o saref-pipeline.jar "https://forge.etsi.org/rep/SAREF/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
    - java -jar saref-pipeline.jar develop -s && touch target/success - java -jar saref-pipeline.jar develop -s && touch target/success
    allow_failure: true allow_failure: true
    except: except:
    ...@@ -35,7 +35,7 @@ test-develop: ...@@ -35,7 +35,7 @@ test-develop:
    test-prerelease: test-prerelease:
    stage: test stage: test
    script: script:
    - curl -L -o saref-pipeline.jar "https://forge.etsi.org/rep/SAREF/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
    - java -jar saref-pipeline.jar release -t && touch target/success - java -jar saref-pipeline.jar release -t && touch target/success
    allow_failure: true allow_failure: true
    only: only:
    ...@@ -60,7 +60,7 @@ deploy-report: ...@@ -60,7 +60,7 @@ deploy-report:
    test-release: test-release:
    stage: test stage: test
    script: script:
    - curl -L -o saref-pipeline.jar "https://forge.etsi.org/rep/SAREF/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build"
    - java -jar saref-pipeline.jar release -t - java -jar saref-pipeline.jar release -t
    only: only:
    - /^release-v/ - /^release-v/
    ......
    forge.etsi.org/rep/: labs.etsi.org/rep/:
    repos: repos:
    - saref/saref-core - saref/saref-core
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment