Comments out unecessary stuff

This commit is contained in:
Neil Dorin
2020-03-17 21:16:16 -06:00
parent 779de596eb
commit a4f2d7d8c2

View File

@@ -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