Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSM Packages
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
18
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
vnf-onboarding
OSM Packages
Commits
3c6679c2
Commit
3c6679c2
authored
1 month ago
by
garciadeblas
Browse files
Options
Downloads
Patches
Plain Diff
Add wget deb package to publish-repository pipeline
Signed-off-by:
garciadeblas
<
gerardo.garciadeblas@telefonica.com
>
parent
a157b091
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#17423
failed with stage
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
3c6679c2
...
@@ -5,7 +5,7 @@ publish-repository:
...
@@ -5,7 +5,7 @@ publish-repository:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
DEBIAN_FRONTEND=noninteractive apt update
-
DEBIAN_FRONTEND=noninteractive apt update
-
DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common
-
DEBIAN_FRONTEND=noninteractive apt install -y gcc git make python3 python3 python3-pip python3-pycurl python3-setuptools sshpass software-properties-common
wget
-
git submodule init
-
git submodule init
-
git submodule update
-
git submodule update
-
git clone https://osm.etsi.org/gerrit/osm/osmclient.git
-
git clone https://osm.etsi.org/gerrit/osm/osmclient.git
...
@@ -43,8 +43,7 @@ build-local-repository:
...
@@ -43,8 +43,7 @@ build-local-repository:
-
./generate-packages.sh
-
./generate-packages.sh
-
mkdir temp
-
mkdir temp
# - mv magma/* temp
# - mv magma/* temp
-
mv *.tar.gz temp
-
mv *.tar.gz charm-packages/*.tar.gz temp
-
mv charm-packages/*.tar.gz temp
-
LC_ALL=C.UTF-8 LANG=C.UTF-8 osm -vvv repo-index --origin temp --destination vnf-catalog
-
LC_ALL=C.UTF-8 LANG=C.UTF-8 osm -vvv repo-index --origin temp --destination vnf-catalog
# - |
# - |
# sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
# sshpass -p "$VNF_CATALOG_CREDENTIALS" sftp -o "StrictHostKeyChecking no" -P 29419 osmsupport@vnf-catalog.etsi.org << EOF
...
...
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