Skip to content

Commit

Permalink
trigger build multiple time
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Jul 11, 2024
1 parent 87b3bdc commit 4b65355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/genparker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
java-version: '17'

- name: publish affected
run: npx nx affected --target=publish --head=${{needs.init.outputs.branch}} --base=$BEFORE_SHA --configuration=${{needs.init.outputs.environment}} --parallel=5
run: npx nx affected --target=publish --head=${{needs.init.outputs.branch}} --base=$BEFORE_SHA --configuration=${{needs.init.outputs.environment}} --parallel=5 --verbose

- name: 'cp for kustomize'
run: |
Expand Down
2 changes: 1 addition & 1 deletion apps/releaf/mobile/src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const App = () => {
return <Navigation></Navigation>;
};

console.log('trigger build #5')
console.log('trigger build #6')

export default App;

0 comments on commit 4b65355

Please sign in to comment.