Removing unnecessary build step
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m44s
All checks were successful
Build Pogdark API / Build Pogdark API (push) Successful in 9m44s
This commit is contained in:
parent
18487189e5
commit
bd3036e537
@ -28,11 +28,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Go Binary
|
- name: Build Go Binary
|
||||||
run: |
|
run: |
|
||||||
go build -o pogdark-api .
|
go build -o pogdark-api .
|
||||||
|
|
||||||
- name: List Binary Output
|
|
||||||
run: |
|
|
||||||
ls -l app
|
|
||||||
|
|
||||||
- name: Build Docker Image
|
- name: Build Docker Image
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user