Skip to content
Snippets Groups Projects
Verified Commit 5d8e78a0 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

Merge branch 'main' into OZG-7421-fix-e2e-tests

parents ab6d13c7 4d417b64
No related branches found
No related tags found
1 merge request!9Ozg 7421 fix e2e tests
......@@ -245,7 +245,7 @@ Void loginToDockerRegistry(){
}
}
String getInfoPackageJsonVersion() {
def packageJSON = readJSON file: 'alfa-client/apps/info/package.json'
def packageJSON = readJSON file: 'apps/info/package.json'
def packageJSONVersion = packageJSON.version
echo packageJSONVersion
return packageJSONVersion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment