Skip to content

Commit

Permalink
Update CI flows
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Jan 23, 2024
1 parent e506ead commit e4bc22a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/

- run: npm i -g @ibm/sourceorbit
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm i -g @ibm/ibmi-ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Generate makefile
run: so -bf make
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/

- run: npm i -g @ibm/sourceorbit
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- run: npm i -g @ibm/ibmi-ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Generate impact information
run: so -bf imd -l `git diff --name-only origin/main origin/${GITHUB_HEAD_REF}`
Expand Down

0 comments on commit e4bc22a

Please sign in to comment.