Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thibault Saunier
gst-ci
Commits
6238632f
Commit
6238632f
authored
Nov 11, 2018
by
Thibault Saunier
🌵
Browse files
Split the ci_build_manifest in its own file
parent
57058c10
Pipeline
#8183
failed
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
gitlab/ci_build_manifest.yml
0 → 100644
View file @
6238632f
stages
:
-
"
manifest"
-
"
build"
variables
:
GIT_STRATEGY
:
none
manifest
:
image
:
registry.freedesktop.org/thiblahute/gst-ci/amd64/alpine-manifest-build:latest
stage
:
"
manifest"
script
:
-
cp -R /gst-ci . && cd gst-ci
-
git fetch https://gitlab.freedesktop.org/thiblahute/gst-ci.git simple_manifest && git checkout FETCH_HEAD
# REMOVEME!
-
gitlab/build_manifest.py --self-update
-
gitlab/build_manifest.py ${CI_PROJECT_DIR}/manifest.xml
-
cat ${CI_PROJECT_DIR}/manifest.xml
artifacts
:
expire_in
:
"
2
days"
paths
:
-
manifest.xml
-
gst-ci/
\ No newline at end of file
gitlab/ci_template.yml
View file @
6238632f
stages
:
-
"
manifest"
-
"
build"
variables
:
GIT_STRATEGY
:
none
manifest
:
image
:
registry.freedesktop.org/thiblahute/gst-ci/amd64/alpine-manifest-build:latest
stage
:
"
manifest"
script
:
-
cd /gst-ci
-
git fetch https://gitlab.freedesktop.org/thiblahute/gst-ci.git simple_manifest && git checkout FETCH_HEAD
# REMOVEME!
-
gitlab/build_manifest.py --self-update
-
gitlab/build_manifest.py ${CI_PROJECT_DIR}/manifest.xml
-
cat ${CI_PROJECT_DIR}/manifest.xml
artifacts
:
expire_in
:
"
2
days"
paths
:
-
"
manifest.xml"
.build
:
stage
:
"
build"
dependencies
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment