Skip to content

Commit

Permalink
wip;
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerg committed Jun 25, 2024
1 parent 701c634 commit 5bb683f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
run: docker login -u $DOCKER_USER -p $DOCKER_PASSWORD

- name: Run build script
run: |
chmod +x ./path_to_your_script/your_script.sh
./path_to_your_script/your_script.sh
run: chmod +x ./build.sh && ./build.sh

0 comments on commit 5bb683f

Please sign in to comment.