Skip to content

Commit

Permalink
feat: правки скрипта
Browse files Browse the repository at this point in the history
  • Loading branch information
Федор Биличенко committed Oct 24, 2024
1 parent ccc0d03 commit ed7bf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
IMAGE: 'ktshub/frontend-hw-checker:task-392ab8c9-93f2-4021-bb3b-188ce184b0f2'
steps:
- uses: actions/checkout@main
- run: docker run --entrypoint /bin/bash -e GITHUB_REPOSITORY -e GITHUB_REF --mount src="$(pwd)",target=/code/source,type=bind ${{ env.IMAGE }} -c "mv build/main source && cd source && ./main"
- run: docker run --entrypoint /bin/bash -e GITHUB_REPOSITORY -e GITHUB_REF --mount src="$(pwd)",target=/go/code/source,type=bind ${{ env.IMAGE }} -c "mv build/main source && cd source && ./main"

0 comments on commit ed7bf14

Please sign in to comment.