Skip to content

Commit

Permalink
Fixed microservices-demo to tag v0.8.1 (#735)
Browse files Browse the repository at this point in the history
* Fixed microservices-demo to tag v0.8.1

Signed-off-by: Nikemare <[email protected]>

* remove tags/ as this is automatically added
Signed-off-by: Nikemare <[email protected]>

* Fixed multiple repos to specific tag
Signed-off-by: Nikemare <[email protected]>

* Enabled microservices-demo for ubuntu again
Signed-off-by: Nikemare <[email protected]>

* Revert "Enabled microservices-demo for ubuntu again"

This reverts commit 4566ba6.

Signed-off-by: Nikemare <[email protected]>

---------

Signed-off-by: Nikemare <[email protected]>
  • Loading branch information
Nikemare authored Nov 21, 2023
1 parent ee85d80 commit e634a7c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/repotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,27 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'flutter/gallery'
ref: 'v2.10.2'
path: 'repotests/gallery'
- uses: actions/checkout@v4
with:
repository: 'gojek/ziggurat'
ref: '4.9.4'
path: 'repotests/ziggurat'
- uses: actions/checkout@v4
with:
repository: 'apple/swift-markdown'
ref: '0.3.0'
path: 'repotests/swift-markdown'
- uses: actions/checkout@v4
with:
repository: 'GoogleCloudPlatform/microservices-demo'
ref: 'v0.8.1'
path: 'repotests/microservices-demo'
- uses: actions/checkout@v4
with:
repository: 'zoom/meetingsdk-vuejs-sample'
ref: 'v2.18.0'
path: 'repotests/meetingsdk-vuejs-sample'
- uses: actions/checkout@v4
with:
Expand All @@ -119,34 +124,42 @@ jobs:
- uses: actions/checkout@v4
with:
repository: 'openpbs/openpbs'
ref: 'v23.06.06'
path: 'repotests/openpbs'
- uses: actions/checkout@v4
with:
repository: 'home-assistant/android'
ref: '2023.11.3'
path: 'repotests/ha-android'
- uses: actions/checkout@v4
with:
repository: 'rust-lang/rust'
ref: '1.74.0'
path: 'repotests/rs-rust'
- uses: actions/checkout@v4
with:
repository: 'rust-lang/cargo'
ref: '0.75.0'
path: 'repotests/rs-cargo'
- uses: actions/checkout@v4
with:
repository: 'Keats/validator'
ref: 'v0.15.0'
path: 'repotests/rs-validator'
- uses: actions/checkout@v4
with:
repository: 'tokio-rs/axum'
ref: 'axum-v0.6.20'
path: 'repotests/rs-axum'
- uses: actions/checkout@v4
with:
repository: 'fsprojects/FAKE'
ref: '6.0.0'
path: 'repotests/dotnet-paket'
- uses: actions/checkout@v4
with:
repository: 'appthreat/blint'
ref: 'v1.0.34'
path: 'repotests/blint'
- uses: actions/checkout@v4
with:
Expand All @@ -155,6 +168,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: 'DefectDojo/django-DefectDojo'
ref: '2.28.2'
path: 'repotests/django-DefectDojo'
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e634a7c

Please sign in to comment.