[FEATURE] Auto Oasis Test
This commit is contained in:
parent
2f53dd592a
commit
823067b007
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ runs:
|
||||||
echo "Token: ${{ env.OASIS_INFISICAL_TOKEN }}"
|
echo "Token: ${{ env.OASIS_INFISICAL_TOKEN }}"
|
||||||
echo "Envs: ${{ env.OASIS_ENV_FETCH }}"
|
echo "Envs: ${{ env.OASIS_ENV_FETCH }}"
|
||||||
echo "Paths: ${{ env.OASIS_PATH_FETCH }}"
|
echo "Paths: ${{ env.OASIS_PATH_FETCH }}"
|
||||||
if [ -n ${{ inputs.kubeconfig }} && ${{ inputs.kubeconfig }} != "" ]; then
|
if [ [ -n ${{ inputs.kubeconfig }} ] && [ ${{ inputs.kubeconfig }} != "" ] ]; then
|
||||||
echo "Using Provided Kubernetes Config"
|
echo "Using Provided Kubernetes Config"
|
||||||
echo OASIS_WORKFLOW_KUBECONFIG=${{ inputs.kubeconfig }} >> $GITHUB_ENV
|
echo OASIS_WORKFLOW_KUBECONFIG=${{ inputs.kubeconfig }} >> $GITHUB_ENV
|
||||||
elif [ ${{ inputs.deploy-env }} == "edge" ]; then
|
elif [ ${{ inputs.deploy-env }} == "edge" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue