Configure KubeConfig from Script (#24)
* Configure KubeConfig from Script
This commit is contained in:
@@ -11,14 +11,13 @@ jobs:
|
||||
- run:
|
||||
name: Create the credentials file
|
||||
command: sh scripts/createCredentials.sh
|
||||
- run:
|
||||
name: Get the kube config file
|
||||
command: sh scripts/getKubeConfig.sh
|
||||
- run:
|
||||
name: Build and deploy connector
|
||||
command: sh scripts/envCreation.sh
|
||||
- run: |
|
||||
echo 'export AZURE_AUTH_LOCATION=${outputPathCredsfile}' >> $BASH_ENV
|
||||
- run: |
|
||||
echo 'export KUBECONFIG=${outputPathKubeConfigFile}' >> $BASH_ENV
|
||||
- run:
|
||||
name: Dependencies
|
||||
command: go get -v -t -d ./...
|
||||
|
||||
Reference in New Issue
Block a user