mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 12:44:48 +00:00
Comments out unecessary stuff
This commit is contained in:
26
.github/workflows/docker.yml
vendored
26
.github/workflows/docker.yml
vendored
@@ -139,19 +139,19 @@ jobs:
|
|||||||
token: ${{ secrets.BUILDS_TOKEN }}
|
token: ${{ secrets.BUILDS_TOKEN }}
|
||||||
repository: PepperDash-Engineering/pepperdash-core-builds
|
repository: PepperDash-Engineering/pepperdash-core-builds
|
||||||
ref: ${{ env.BRANCH }}
|
ref: ${{ env.BRANCH }}
|
||||||
- name: Download Build output
|
# - name: Download Build output
|
||||||
uses: actions/download-artifact@v1
|
# uses: actions/download-artifact@v1
|
||||||
with:
|
# with:
|
||||||
name: Build
|
# name: Build
|
||||||
path: ./build.zip
|
# path: ./build.zip
|
||||||
- name:
|
# - name:
|
||||||
shell: powershell
|
# shell: powershell
|
||||||
run: |
|
# run: |
|
||||||
git add .
|
# git add .
|
||||||
git commit -m "Build # ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/PepperDash/PepperDashCore/commit/${{ env.GITHUB_SHA }}"
|
# git commit -m "Build # ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/PepperDash/PepperDashCore/commit/${{ env.GITHUB_SHA }}"
|
||||||
git tag ${{ env.VERSION }} --dry-run
|
# git tag ${{ env.VERSION }} --dry-run
|
||||||
git push --set-upstream origin +${{ env.GITHUB_REF#*/}} --force --dry-run
|
# git push --set-upstream origin +${{ env.GITHUB_REF#*/}} --force --dry-run
|
||||||
git push tags origin --dry-run
|
# git push tags origin --dry-run
|
||||||
# public_push_output:
|
# public_push_output:
|
||||||
# needs: build_project
|
# needs: build_project
|
||||||
# runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user