We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb3fc6 commit a270d2cCopy full SHA for a270d2c
.github/workflows/ibmi.yml
@@ -16,11 +16,8 @@ env:
16
17
jobs:
18
build:
19
-
20
runs-on: ubuntu-latest
21
environment: OSSBUILD
22
- permissions:
23
- packages: read
24
25
steps:
26
- uses: actions/checkout@v2
@@ -40,11 +37,11 @@ jobs:
40
37
- name: Deploy to IBM i
41
38
run: |
42
39
ici \
43
- --cmd "mkdir -p '$remote_build_dir'" \
44
--rcwd "$remote_build_dir" \
45
--push "." \
46
--cmd "/QOpenSys/pkgs/bin/gmake -C ile BUILDLIB=MZNCI$short_sha uninstall all" \
47
--ignore --cl "dltlib MZNCI$short_sha" \
+ --rcwd ".." \
48
--ignore --cmd "rm -fr $remote_build_dir"
49
env:
50
IBMI_HOST: ${{ secrets.IBMI_HOST }}
0 commit comments