Skip to content

Commit

Permalink
chore: fixing saspac build
Browse files Browse the repository at this point in the history
  • Loading branch information
munja committed Nov 30, 2022
1 parent 8e13943 commit fe6c9a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
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
# sasjs run sasjsbuild/makepak.sas -t sas9
# sasjs run sasjsbuild/jobs/utils/create_sas_package.sas -t sas9
4 changes: 2 additions & 2 deletions sasjs/utils/create_sas_package.sas
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ run;
%let dir = %sysfunc(pathname(work))/core;
%put source clone rc=%sysfunc(GITFN_CLONE(https://github.com/sasjs/core,&dir));


/*
clone the target repo.
If you have issues, see: https://stackoverflow.com/questions/74082874
*/
options dlcreatedir;
libname _ "&dirOut.";
%let dirOut = %sysfunc(pathname(work))/package;
libname _ "&dirOut.";

%put tgt clone rc=%sysfunc(GITFN_CLONE(
[email protected]:SASPAC/sasjscore.git,
&dirOut,
Expand Down

0 comments on commit fe6c9a7

Please sign in to comment.