Skip to content

Commit

Permalink
forgot to do a thing
Browse files Browse the repository at this point in the history
don't skip steps when you're releasing to production, always test in dev

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Jul 2, 2023
1 parent 7a828ab commit 8378262
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/measurement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def self.call
k8s.delete_package_version(p["metadata"]["name"], 'default')
end

k8s.delete_package_versions(namespace: 'default')
while (g = k8s.get_leaves(namespace: 'default').count) > 0
puts "########### g (#{g}) leaves left; still collecting #######"
sleep 3
Expand Down

0 comments on commit 8378262

Please sign in to comment.