mirror of
https://github.com/AdaCore/OpenUxAS.git
synced 2026-02-12 13:07:16 -08:00
18 lines
510 B
Diff
18 lines
510 B
Diff
diff --git specs/config/repositories.yaml specs/config/repositories.yaml
|
|
index 9e037a5..319aaa4 100644
|
|
--- specs/config/repositories.yaml
|
|
+++ specs/config/repositories.yaml
|
|
@@ -31,9 +31,9 @@ lmcpgen:
|
|
url: https://github.com/afrl-rq/LmcpGen.git
|
|
revision: develop
|
|
openuxas:
|
|
- vcs: git
|
|
- url: https://github.com/afrl-rq/OpenUxAS.git
|
|
- revision: develop
|
|
+ vcs: external
|
|
+ url: $GITHUB_WORKSPACE
|
|
+ revision: None
|
|
amase:
|
|
vcs: git
|
|
url: https://github.com/afrl-rq/OpenAMASE.git
|