mirror of
https://github.com/sasjs/core.git
synced 2026-01-10 10:50:04 +00:00
chore: docfix for mp_gitstatus and yaml fix for npx
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
- name: SAS Packages Release
|
- name: SAS Packages Release
|
||||||
run: |
|
run: |
|
||||||
npx sasjs compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild/makepak.sas
|
npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild/makepak.sas
|
||||||
# this part depends on https://github.com/sasjs/server/issues/307
|
# this part depends on https://github.com/sasjs/server/issues/307
|
||||||
# sasjs run sasjsbuild/makepak.sas -t sas9
|
# sasjs run sasjsbuild/makepak.sas -t sas9
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
|
|
||||||
%mp_gitstatus(&dir,outds=work.gitstatus)
|
%mp_gitstatus(&dir,outds=work.gitstatus)
|
||||||
|
|
||||||
More info on these functions is in this [helpful paper](
|
More info on these functions is in this [helpful paper]
|
||||||
https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3057-2019.pdf
|
(https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3057-2019.pdf)
|
||||||
) by Danny Zimmerman.
|
by Danny Zimmerman.
|
||||||
|
|
||||||
@param [in] gitdir The directory containing the GIT repository
|
@param [in] gitdir The directory containing the GIT repository
|
||||||
@param [out] outds= (work.git_status) The output dataset to create. Vars:
|
@param [out] outds= (work.git_status) The output dataset to create. Vars:
|
||||||
|
|||||||
Reference in New Issue
Block a user