8000 remove variable for binary name · nginx/agent@76d8db4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76d8db4

Browse files
committed
remove variable for binary name
1 parent cd2bfd3 commit 76d8db4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/assertion.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,11 @ 8385 @ jobs:
4242
id: build
4343
run: |
4444
make build
45-
echo "agent_binary=$(find build -type f -name "nginx-agent" | head -n 1)" >> $GITHUB_OUTPUT
46-
cat $GITHUB_OUTPUT
4745
4846
- name: Check dependencies
4947
id: godeps
5048
run: |
51-
go version -m ${{ steps.check_binary.outputs.agent_binary }} > goversionm_${{ github.run_id }}_${{ github.run_number }}.txt
49+
go version -m build/nginx-agent > goversionm_${{ github.run_id }}_${{ github.run_number }}.txt
5250
echo "goversionm=$(find -type f -name "goversionm*.txt" | head -n 1)" >> $GITHUB_OUTPUT
5351
cat $GITHUB_OUTPUT
5452

0 commit comments

Comments
 (0)
0