Skip to content

Commit

Permalink
Changing step names and comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Garo <[email protected]>
  • Loading branch information
garomonegro committed Dec 11, 2020
1 parent f35783f commit 4ea9087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bdd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-west-2

- name: Set up for BDD
- name: Prerequisites
run: |
# Getting kustomize
sudo snap install kustomize
Expand All @@ -40,5 +40,5 @@ jobs:
cd test-bdd
$HOME/go/bin/godog
- name: Delete Controller
- name: Cleanup
run: kubectl delete deployment upgrade-manager-controller-manager -n upgrade-manager-system
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)

- name: Docker build # on PRs. on pushes to forks
- name: Docker build
if: github.event_name == 'pull_request' || (github.repository != 'keikoproj/upgrade-manager' && github.event_name == 'push')
run: make docker-build

Expand Down

0 comments on commit 4ea9087

Please sign in to comment.