Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Firmware-Developer
Firmware
Commits
18946be7
Commit
18946be7
authored
Apr 14, 2022
by
Stephan
Browse files
gitlab-ci: add comments; remove "manual" from last job
parent
f0241e2a
Pipeline
#2253
passed with stages
in 108 minutes and 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/m3runner-tags.yml
View file @
18946be7
...
...
@@ -27,12 +27,17 @@ m3tags:init:
exit 1
fi
# create link to local storage to avoid downloading every time and to have
# a place to "backup" packages. Also keep prevous cross-compilers and avoid
# rebuilding every time.
# symlink creation is neede for every job, because gilab will checkout the sources
# in new empty directory.
-
ln -s ~/mycache/dl
-
ln -s ~/mycache/workdir
# ensure that we have no old data. This is important when
# generating download.json. Else all old openwrt images would be
# included and mixed
-
echo "FF_GITLAB_REMOVE_DL = [${FF_GITLAB_REMOVE_DL}]"
-
echo "FF_GITLAB_REMOVE_WORKDIR = [${FF_GITLAB_REMOVE_WORKDIR}]"
-
echo "FF_BUILD_TAG = [${FF_BUILD_TAG}]"
...
...
@@ -227,8 +232,6 @@ m3tags:upload:
-
/^T_/
stage
:
deploy
needs
:
[
"
m3tags:init"
,
"
m3tags:test"
]
when
:
manual
allow_failure
:
false
dependencies
:
[
"
m3tags:init"
]
script
:
-
eval $(cat gitlab.environment)
...
...
Write
Preview
Markdown
is supported
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