Skip to content

Commit

Permalink
clean install command
Browse files Browse the repository at this point in the history
  • Loading branch information
bslathafe committed Dec 19, 2024
1 parent e91b461 commit 04f6eb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions blueprints/etas-autosar-cp/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dev:
$toolPath = "c:\App_Installers\tools\rclone-v1.64.2-windows-amd64"
[Environment]::SetEnvironmentVariable("Path", "$([Environment]::GetEnvironmentVariable('Path', 'Machine'));$toolPath", "Machine")
aws configure set default.region $env:AWS_DEFAULT_REGION
#pip install git-remote-s3
# Setup the working directory and initialize the ascet workspace
$workingDir = "C:\demo_etas\working-dir"
Expand Down Expand Up @@ -115,7 +114,6 @@ dev:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
net user Administrator "Etas2024@" /active:Yes
aws configure set default.region $env:AWS_DEFAULT_REGION
pip install git-remote-s3
if(!(Test-Path -Path "c:\demo_etas\working-dir\src" )) {
Copy-Item -Path C:\App_Installers\tools\ETAS_Tools\aasf-etas-autosar-cp\repo -Destination c:\demo_etas\working-dir -Recurse
aws s3 cp c:\demo_etas\working-dir s3://$env:SOURCE_BUCKET_NAME/$env:GIT_VERSION --recursive
Expand Down

0 comments on commit 04f6eb8

Please sign in to comment.