Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Oct 12, 2023
1 parent c178811 commit e360efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
os_flavour: ["alpine", "debian"]
name: "Docker build: ${{ matrix.os_flavour }}"
steps:
- uses: actions/checkout@v3
- run: ./build.sh
- name: Checkout repository
uses: actions/checkout@v3

- name: Call the docker build chain
run: ./build.sh
env:
OS_FLAVOUR: ${{ matrix.os_flavour }}
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eu
set -e
cd "$(dirname "$0")"

# Available variables
Expand Down

0 comments on commit e360efb

Please sign in to comment.