Skip to content

Commit

Permalink
fixup! build: migrate build to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Apr 17, 2024
1 parent d7be5da commit e895d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Create hale-docker.conf file
run: |
mkdir -p ~/.hale
cat <<'EOF' > ~/.hale/hale-docker.conf
cat <<EOF > ~/.hale/hale-docker.conf
global {
dockerHost="unix:///var/run/docker.sock"
}
EOF
EOF
- name: Test
run: ./build.sh integrationStage
Expand Down

0 comments on commit e895d6b

Please sign in to comment.