Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Charts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
魏国强
Charts
Commits
3c007831
Commit
3c007831
authored
Nov 27, 2020
by
Waqar Ahmed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ubuntu 20.04
parent
376cf218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
.github/workflows/deploy_charts.yml
.github/workflows/deploy_charts.yml
+12
-9
No files found.
.github/workflows/deploy_charts.yml
View file @
3c007831
...
...
@@ -3,25 +3,28 @@ name: Charts-CI
on
:
[
push
]
jobs
:
build-deb
:
runs-on
:
ubuntu-
latest
deploy-charts
:
runs-on
:
ubuntu-
20.04
steps
:
-
name
:
Install Helm
run
:
/bin/bash -c "curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash"
-
name
:
Checkout
uses
:
actions/checkout@v1
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
name
:
Fetch base branch history
run
:
git fetch origin master:master
-
name
:
Setup catalog validation
run
:
|
sudo apt update
sudo apt install -y python3-all-dev python3-pip python3-setuptools
sudo apt update
> /dev/null 2>&1
sudo apt install -y python3-all-dev python3-pip python3-setuptools
> /dev/null 2>&1
git clone https://github.com/truenas/catalog_validation
cd catalog_validation
git checkout k3s-ci
sudo pip3 install --disable-pip-version-check --exists-action w -r requirements.txt
sudo pip3 install -U .
sudo pip3 install --disable-pip-version-check --exists-action w -r catalog_validation/requirements.txt > /dev/null 2>&1
sudo pip3 install -U catalog_validation/.
-
name
:
Validate changed charts
run
:
/bin/bash -c "PWD=${pwd}; sudo /usr/local/bin/charts_validate deploy --path $PWD"
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