Skip to content

Commit

Permalink
correction2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Kausale committed Dec 6, 2024
1 parent 36b9d09 commit b951163
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assignment1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
name: Assignment 1 (CI)

on:
push:
branches: [ "feature/**" ]
# push:
# branches: [ "feature/**" ]
pull_request:
branches: [ "main" ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assignment2.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Assignment 2 (Scan with SonarQube)

on:
push:
branches: [ "feature/**" ]
# push:
# branches: [ "feature/**" ]
pull_request:
branches: [ "main" ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/assignment3.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Assignment 3 (Reusable workflows)

on:
push:
branches: [ "feature/**" ]
# push:
# branches: [ "feature/**" ]
pull_request:
branches: [ "main" ]

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/assignment4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
needs: build_push_artifacts
runs-on: ubuntu-latest
steps:
- name: Display current space
run: find .

- name: 'Deploy'
run: helm -n default install hello-world ./charts/spring-boot-hello-world-0.1.0.tgz --set tag=latest
env:
Expand Down

0 comments on commit b951163

Please sign in to comment.