mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
forgot to save the yaml
This commit is contained in:
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@@ -30,8 +30,9 @@ jobs:
|
|||||||
- name: Testing git command
|
- name: Testing git command
|
||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
Write-Host $(git --version)
|
git --version
|
||||||
Write-Host $(git tag --merged master)
|
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