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
Compare revisions
6cc3793eb163a8c5994fd93a23a684e7be71b8fb to e08587a41ce6830b5f742fada91a76ddb22a4610
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
cellframe/prod_build_cellframe-node
Select target project
No results found
e08587a41ce6830b5f742fada91a76ddb22a4610
Select Git revision
Swap
Target
cellframe/prod_build_cellframe-node
Select target project
dapcash/prod_build_dapcash-node
1 result
6cc3793eb163a8c5994fd93a23a684e7be71b8fb
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fixed deploy.sh
· e08587a4
Aleksandr Vodianov
authored
3 years ago
e08587a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
linux/debian/scripts/deploy.sh
+0
-4
0 additions, 4 deletions
linux/debian/scripts/deploy.sh
with
0 additions
and
4 deletions
linux/debian/scripts/deploy.sh
View file @
e08587a4
...
...
@@ -28,11 +28,7 @@ for pkgfile in $PKGFILES; do
CODENAME
=
$(
echo
$pkgname
| rev |
cut
-d
'-'
-f1
| rev
)
cp
-r
../prod_build/general/essentials/weblink-latest ../prod_build/general/essentials/
$pkgname_weblink
sed
-i
"/document/s/cellframe.*deb/
$pkgname_public$MOD
.deb/"
../prod_build/general/essentials/
$pkgname_weblink
/index.php
<<<<<<
< HEAD
# if [[ $(echo $CI_COMMIT_REF_NAME | grep "master\|^release\|^pubtest") != "" ]]; then
=======
if
[[
$(
echo
$CI_COMMIT_REF_NAME
|
grep
"master
\|
^release
\|
^pubtest
\|
^hotfix"
)
!=
""
]]
;
then
>>>>>>>
origin/release-4.4
echo
"REF_NAME is
$CI_COMMIT_REF_NAME
"
ssh
-i
$CELLFRAME_REPO_KEY
"
$CELLFRAME_FILESERVER_CREDS
"
"mkdir -p
$CELLFRAME_FILESERVER_PATH
/
$SUBDIR
"
scp
-i
$CELLFRAME_REPO_KEY
$wd
/
$PACKAGE_PATH
/
$pkgname$MOD
.deb
"
$CELLFRAME_FILESERVER_CREDS
:
$CELLFRAME_FILESERVER_PATH
/
$SUBDIR
/
$pkgname_public$MOD
.deb"
...
...
This diff is collapsed.
Click to expand it.