Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set paths for deploy and faas #26

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions metacall.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ set "ri_path=%loc%\runtimes\ruby\bin\ri.bat"
set "typeprof_path=%loc%\runtimes\ruby\bin\typeprof.bat"
rem TODO: set "nuget_path=%loc%\runtimes\dotnet\nuget.exe"

rem Additional Packages Paths
set "deploy_path=%~dp0\deps\deploy\metacall-deploy.cmd"
set "faas_path=%~dp0\deps\faas\metacall-faas.cmd"

rem Check if it is running a package manager (or related binary) and execute it
for /f "tokens=1,* delims= " %%a in ("%*") do set SUBPROGRAM_PARAMETERS=%%b
setlocal ENABLEDELAYEDEXPANSION
Expand Down
Loading