Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
clean up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Sep 10, 2019
1 parent 1c4a581 commit c807ddc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
runs-on: ubuntu-latest
steps:

# This copies the file in this repo, particulary the yaml workflow spec needed for Argo.
# This copies the files in this repo, particulary the yaml workflow spec needed for Argo.
- name: Step One - checkout files in repo
uses: actions/checkout@master

# Get Credentials (the kubeconfig file) for the GKE cluster, copies kubeconfig into /github/workspace/.kube/config
# Get credentials (the kubeconfig file) the k8 cluster. Copies kubeconfig into /github/workspace/.kube/config
- name: Step Two - Get kubeconfig file from GKE
uses: machine-learning-apps/gke-kubeconfig@master
with:
Expand All @@ -43,8 +43,8 @@ jobs:
location_zone: ${{ secrets.LOCATION_ZONE }}
cluster_name: ${{ secrets.CLUSTER_NAME }}


# This is the action that submits the Argo Workflow
###################################################
# This is the action that submits the Argo Workflow
- name: Step Three - Submit Argo Workflow from the examples/ folder in this repo
id: argo
uses: machine-learning-apps/actions-argo@master
Expand Down

0 comments on commit c807ddc

Please sign in to comment.