Skip to content

Commit

Permalink
node app removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jancis committed Dec 5, 2024
1 parent e0dc12c commit 5827b15
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 4,524 deletions.
2 changes: 0 additions & 2 deletions app/.dockerignore

This file was deleted.

36 changes: 0 additions & 36 deletions app/delete-deployment.sh

This file was deleted.

2 changes: 1 addition & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func debugEnabled() bool {

func removeRelease(namespace string, branchName string) {

log.Printf("[%s/%s] Waiting for 15 minutes to make sure builds are finished\n", namespace, branchName)
log.Printf("[%s/%s] Waiting 15 minutes before removal to make sure builds are finished\n", namespace, branchName)

// Sleep for 15 minutes to make sure builds in progress are finished
time.Sleep(15 * time.Minute)
Expand Down
Loading

0 comments on commit 5827b15

Please sign in to comment.