Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jadarsie committed Apr 28, 2020
1 parent 643821a commit a34848e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**/.DS_Store
.vscode
10 changes: 6 additions & 4 deletions env/defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ export E2E_TEST_TIMEOUT="60m"
export SKIP_LOGS_COLLECTION=true

# First deployment repo & branch
export AKSE_REPO="jadarsie/aks-engine"
export AKSE_BRANCH="azs-e2e-adfs"
export AKSE_REPO="azure/aks-engine"
export AKSE_BRANCH="master"
#export AKSE_BRANCH="v0.48.0"

# Upgrade/Scale repo & branch
export UPGRADE_FORK="jadarsie"
export UPGRADE_BRANCH="azs-e2e-adfs"
export UPGRADE_FORK="azure"
export UPGRADE_BRANCH="master"
# export UPGRADE_BRANCH="v0.48.0"

# Scale
export SCALE_CLUSTER=false
Expand Down

0 comments on commit a34848e

Please sign in to comment.