Skip to content

Commit 56fed82

Browse files
committed
try again
1 parent b7bd9d5 commit 56fed82

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/assertion.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,13 @@ jobs:
5050
GO_VERSION=$(go version | awk '{print $3}' | sed 's/go//')
5151
echo "GO_VERSION=$GO_VERSION" >> $GITHUB_ENV
5252
OSARCH=${{matrix.osarch}} make build
53+
54+
echo "Getting sha256sum of the built nginx-agent binary..."
5355
echo "agent-digest=$(sha256sum build/nginx-agent | awk '{print $1}')" >> $GITHUB_ENV
56+
57+
echo "Checking dependencies..."
5458
go version -m build/nginx-agent > goversionm_${{ github.run_id }}_${{ github.run_number }}.txt
59+
ls -l goversionm_*.txt
5560
echo "goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)" >> $GITHUB_ENV
5661
5762
- name: Generate Assertion Document
@@ -62,13 +67,13 @@ jobs:
6267
artifact-digest: ${{ env.agent-digest }}
6368
build-type: 'github'
6469
builder-id: 'github.com'
65-
builder-version: '${{env.GO_VERSION}}_${{inputs.branch}}'
70+
builder-version: '${{env.GO_VERSION}}_test'
6671
invocation-id: ${{ github.run_id }}.${{ github.run_number }}.${{ github.run_attempt }}
6772
artifactory-user: ${{ secrets.ARTIFACTORY_USER }}
6873
artifactory-api-token: ${{ secrets.ARTIFACTORY_TOKEN }}
6974
artifactory-url: ${{ secrets.ARTIFACTORY_URL }}
7075
artifactory-repo: 'f5-nginx-go-local-approved-dependency'
71-
assertion-doc-file: assertion_nginx-agent_${{ inputs.branch }}_${{matrix.osarch}}.json
76+
assertion-doc-file: assertion_nginx-agent_test_${{matrix.osarch}}.json
7277
build-content-path: ${{ steps.godeps.outputs.goversionm }}
7378
started-on: ''
7479
finished-on: ''

0 commit comments

Comments
 (0)