Skip to content

Commit

Permalink
Remove obsolete commented stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 15, 2024
1 parent ec24072 commit dfee1d8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/master-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ jobs:
env:
CGO_ENABLED: 0

# Replace the individual upload-artifact steps with this
- name: Create and checksum release archives
- name: Create and checksum release archive
run: |
mkdir -p artifacts
pwd
Expand Down Expand Up @@ -312,22 +311,6 @@ jobs:
artifacts/*.zip
artifacts/checksums.txt
# - name: Get SHA of uploaded artifact
# run: |
# # Get the artifact ID
# ARTIFACT_ID=$(gh api /repos/${{ github.repository }}/actions/artifacts \
# --jq '.artifacts[] | select(.name=="ddev-head-artifacts") | .id' \
# --header "authorization: Bearer ${{ github.token }}")
#
# # Download the artifact directly from GitHub
# gh api /repos/${{ github.repository }}/actions/artifacts/$ARTIFACT_ID/zip \
# --header "authorization: Bearer ${{ github.token }}" \
# -H "Accept: application/vnd.github.v3.raw" \
# --output head-artifacts.zip
#
# ls -l head-artifacts.zip && sha256sum head-artifacts.zip
# echo "HEAD_ARTIFACTS_SHA=$(sha256sum head-artifacts.zip | cut -d' ' -f1)" >> $GITHUB_ENV

- name: Show github.ref
run: echo ${{ github.ref }}

Expand Down

0 comments on commit dfee1d8

Please sign in to comment.