Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-ci
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SECO Northern Europe
Yocto
infrastructure
gitlab-ci
Merge requests
!333
Remove top-level "release" folder from package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove top-level "release" folder from package
remove-release-package-folder
into
master
Overview
0
Commits
1
Pipelines
4
Changes
2
Merged
Tim Jaacks
requested to merge
remove-release-package-folder
into
master
1 year ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 3
1912ea5c
1 year ago
version 2
485a1434
1 year ago
version 1
f4f7e98e
1 year ago
master (base)
and
version 2
latest version
e136e5e2
1 commit,
1 year ago
version 3
1912ea5c
1 commit,
1 year ago
version 2
485a1434
1 commit,
1 year ago
version 1
f4f7e98e
1 commit,
1 year ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
build-pipeline.yml
+
2
−
2
Options
@@ -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