Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Aug 9, 2024
1 parent 5b7b101 commit 44d5123
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export OSC_ACCESS_KEY=11112211111110000000

export OSC_USING_RICOCHET="oui"

export ROOT=$PWD

function pulumi_up_dowm() {
set -eE

Expand Down Expand Up @@ -101,14 +103,16 @@ cd user/
# without that I have dependencies errors.
rm -rvf ~/.nuget

nuget add $PWD/../../../sdk/dotnet/bin/Debug/Pulumi.Outscale*.nupkg -Source .

set +e
echo "pulumi stack init staging"
pulumi stack init staging
pulumi stack select staging
set -e


nuget add $PWD/../../../sdk/dotnet/bin/Debug/Pulumi.Outscale*.nupkg -Source .
dotnet nuget add source $ROOT/sdk/dotnet/bin/Debug/

pulumi_setup_local

pulumi_up_dowm "dotnet"
Expand Down

0 comments on commit 44d5123

Please sign in to comment.