Skip to content

Commit a270d2c

Browse files
committed
Cleanup for IBM i build
1 parent 8cb3fc6 commit a270d2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ibmi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ env:
1616

1717
jobs:
1818
build:
19-
2019
runs-on: ubuntu-latest
2120
environment: OSSBUILD
22-
permissions:
23-
packages: read
2421

2522
steps:
2623
- uses: actions/checkout@v2
@@ -40,11 +37,11 @@ jobs:
4037
- name: Deploy to IBM i
4138
run: |
4239
ici \
43-
--cmd "mkdir -p '$remote_build_dir'" \
4440
--rcwd "$remote_build_dir" \
4541
--push "." \
4642
--cmd "/QOpenSys/pkgs/bin/gmake -C ile BUILDLIB=MZNCI$short_sha uninstall all" \
4743
--ignore --cl "dltlib MZNCI$short_sha" \
44+
--rcwd ".." \
4845
--ignore --cmd "rm -fr $remote_build_dir"
4946
env:
5047
IBMI_HOST: ${{ secrets.IBMI_HOST }}

0 commit comments

Comments
 (0)