Skip to content

Commit 9b4972f

Browse files
authored
Merge pull request #14 from chessbyte/github_actions_3
Fix asynchronous commands that should be run sequentially
2 parents edf2226 + 4ab06b9 commit 9b4972f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Get manageiq.org repo
2424
run: git clone https://github.com/ManageIQ/manageiq.org
2525
- name: Build
26-
run: cd manageiq.org & exe/miq build all
26+
run: cd manageiq.org && exe/miq build all
2727
- name: Set COMMIT_MESSAGE
2828
run: create_commit_message.rb >> $GITHUB_ENV
2929
- name: Deploy

0 commit comments

Comments
 (0)