mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 21:10:05 +00:00
chore: fixing saspac build
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -23,6 +23,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild
|
npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild
|
||||||
# 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/jobs/utils/create_sas_package.sas -t sas9
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -27,14 +27,14 @@ run;
|
|||||||
%let dir = %sysfunc(pathname(work))/core;
|
%let dir = %sysfunc(pathname(work))/core;
|
||||||
%put source clone rc=%sysfunc(GITFN_CLONE(https://github.com/sasjs/core,&dir));
|
%put source clone rc=%sysfunc(GITFN_CLONE(https://github.com/sasjs/core,&dir));
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
clone the target repo.
|
clone the target repo.
|
||||||
If you have issues, see: https://stackoverflow.com/questions/74082874
|
If you have issues, see: https://stackoverflow.com/questions/74082874
|
||||||
*/
|
*/
|
||||||
options dlcreatedir;
|
options dlcreatedir;
|
||||||
libname _ "&dirOut.";
|
|
||||||
%let dirOut = %sysfunc(pathname(work))/package;
|
%let dirOut = %sysfunc(pathname(work))/package;
|
||||||
|
libname _ "&dirOut.";
|
||||||
|
|
||||||
%put tgt clone rc=%sysfunc(GITFN_CLONE(
|
%put tgt clone rc=%sysfunc(GITFN_CLONE(
|
||||||
git@github.com:SASPAC/sasjscore.git,
|
git@github.com:SASPAC/sasjscore.git,
|
||||||
&dirOut,
|
&dirOut,
|
||||||
|
|||||||
Reference in New Issue
Block a user