fix(ci): update sdk test app version correctly
All checks were successful
arcad/edge/pipeline/head This commit looks good

This commit is contained in:
2023-10-02 15:26:16 -06:00
parent 4fe68e335a
commit 6ddd831025
2 changed files with 4 additions and 3 deletions

1
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ pipeline {
passwordVariable: 'GITEA_RELEASE_PASSWORD'
])
]) {
sh 'make .mktools'
sh 'make gitea-release'
}
}