Skip to content

Commit

Permalink
Merge pull request #3 from grycap/antonio-dev
Browse files Browse the repository at this point in the history
Created default file for deployed templates
  • Loading branch information
AntonioSanch3z authored Jul 25, 2024
2 parents 2a5ec64 + 79ffa6f commit b9dc1c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/deploymentMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ async function deployIMCommand(
): Promise<string> {
const pipeAuth = `${obj.infName}-auth-pipe`;
const imClientPath = await getIMClientPath();
const imageRADL = obj.infName;
const templatePath = `$PWD/deployed-templates/${imageRADL}.yaml`;
const templatePath = `$PWD/deployed-template.yaml`;

Check failure on line 498 in src/deploymentMenu.ts

View workflow job for this annotation

GitHub Actions / build

Strings must use singlequote

let cmd = `%%bash
PWD=$(pwd)
Expand Down

0 comments on commit b9dc1c2

Please sign in to comment.