Skip to content
Snippets Groups Projects

Remove top-level "release" folder from package

Merged Tim Jaacks requested to merge remove-release-package-folder into master
+ 2
2
@@ -343,13 +343,13 @@ workflow:
--images-dir="${IMAGE_PATH}"
--licenses-dir="${LICENSES_PATH}"
--doc-dir=.
--output-dir=release/${RELEASE_NAME}
--output-dir=${RELEASE_NAME}
--release-version=${RELEASE_VERSION}
--machine=${MACHINE}
- elif [[ "${PACKAGE_TYPE}" == "sdk" ]]; then
- .gitlab-ci/scripts/package_release.py
--sdk-dir="${SDK_PATH}"
--output-dir=release/${RELEASE_NAME}
--output-dir=${RELEASE_NAME}
--release-version=${RELEASE_VERSION}
--machine=${MACHINE}
- fi
Loading