mirror of
https://github.com/truenas/charts.git
synced 2026-02-03 02:23:49 +08:00
Use -u flag
This commit is contained in:
2
.github/workflows/dev_apps_validate.yml
vendored
2
.github/workflows/dev_apps_validate.yml
vendored
@@ -18,6 +18,6 @@ jobs:
|
||||
- name: Adding git directory to safe path
|
||||
run: git config --global --add safe.directory "$(pwd)"
|
||||
- name: Fetch base branch history
|
||||
run: git fetch origin master:master
|
||||
run: git fetch -u origin master:master
|
||||
- name: validate dev catalog
|
||||
run: /bin/bash -c "/usr/local/bin/dev_charts_validate validate --path $(pwd)"
|
||||
|
||||
Reference in New Issue
Block a user