Skip to content

Commit

Permalink
clean up unneeded debugging informatoin
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 26, 2024
1 parent 4fa219d commit b6962df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions node/sign_node_package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ runs:
shell: bash
run: |
mkdir ${{ inputs.artifact_directory }}
echo "artifacts exists"
ls | grep artifacts
- name: Load version and package info
uses: baileympearson/drivers-github-tools/node/get_version_info@add-signing-env-action-for-node
Expand All @@ -62,18 +60,13 @@ runs:
FILENAMES=$(ls $FILENAMES | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g')
fi
FILENAMES="$FILENAMES ${{ env.package_file }}"
echo "FILENAMES: $FILENAMES"
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
- name: Determine what files to sign (non-native packages, with only the release tarball)
if: ${{ inputs.sign_native != 'true' }}
shell: bash
run: |
FILENAMES="${{ env.package_file }}"
echo "package_version: $package_version"
echo "FILENAMES: $FILENAMES"
echo "FILENAMES: $FILENAMES"
echo "FILENAMES: $FILENAMES"
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
- name: Create detached signature
Expand Down

0 comments on commit b6962df

Please sign in to comment.