mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
removed version commands
This commit is contained in:
parent
35a6d43e6f
commit
3edcd36d29
1 changed files with 2 additions and 7 deletions
9
.github/workflows/docker.yml
vendored
9
.github/workflows/docker.yml
vendored
|
|
@ -27,13 +27,8 @@ jobs:
|
|||
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||
git submodule sync --recursive
|
||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||
- name: Testing git command
|
||||
shell: powershell
|
||||
run: |
|
||||
git --version
|
||||
git fetch --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
git branch
|
||||
git tag --merged master
|
||||
- name: Fetching the rest of the branches
|
||||
run: git fetch --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||
|
||||
# - name: Set Build to Release if triggered from Master
|
||||
# run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue