Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
cellframe
prod_build_cellframe-node
Commits
b259da28
Commit
b259da28
authored
3 years ago
by
Aleksandr Vodianov
Browse files
Options
Downloads
Patches
Plain Diff
upd
parent
bb83c65f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
general/chroot_wrap.sh
+1
-1
1 addition, 1 deletion
general/chroot_wrap.sh
general/update_dashboard.sh
+1
-1
1 addition, 1 deletion
general/update_dashboard.sh
with
2 additions
and
2 deletions
general/chroot_wrap.sh
+
1
−
1
View file @
b259da28
...
...
@@ -46,7 +46,7 @@ for platform in $PLATFORMS; do
unexport_variables
"./prod_build/
$platform
/conf/*"
done
if
[[
$CI_COMMIT_REF_NAME
==
"
support-5044
"
]]
;
then
if
[[
$CI_COMMIT_REF_NAME
==
"
master
"
]]
;
then
./prod_build/general/update_dashboard.sh
fi
...
...
This diff is collapsed.
Click to expand it.
general/update_dashboard.sh
+
1
−
1
View file @
b259da28
...
...
@@ -4,7 +4,7 @@ git clone https://${USER}:${CI_PUSH_TOKEN}@gitlab.demlabs.net/cellframe/cellfram
cd
cellframe-dashboard
git remote set-url origin https://
${
USER
}
:
${
CI_PUSH_TOKEN
}
@gitlab.demlabs.net/cellframe/cellframe-dashboard.git
git checkout
support-4958
git checkout
master
versionPatch
=
$(
cat
config.pri |
grep
'VER_PAT ='
|
cut
-d
'='
-f
2
)
echo
"version patch =
$versionPatch
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment