mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
removed version commands
This commit is contained in:
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)"
|
auth_header="$(git config --local --get http.https://github.com/.extraheader)"
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
|
||||||
- name: Testing git command
|
- name: Fetching the rest of the branches
|
||||||
shell: powershell
|
run: git fetch --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
||||||
run: |
|
|
||||||
git --version
|
|
||||||
git fetch --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
|
|
||||||
git branch
|
|
||||||
git tag --merged master
|
|
||||||
|
|
||||||
# - name: Set Build to Release if triggered from Master
|
# - name: Set Build to Release if triggered from Master
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user