mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
forgot to save the yaml
This commit is contained in:
parent
2afd9e65ce
commit
15cf4ca0c2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -30,8 +30,9 @@ jobs:
|
|||
- name: Testing git command
|
||||
shell: powershell
|
||||
run: |
|
||||
Write-Host $(git --version)
|
||||
Write-Host $(git tag --merged master)
|
||||
git --version
|
||||
git branch
|
||||
git tag --merged master
|
||||
|
||||
# - name: Set Build to Release if triggered from Master
|
||||
# run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue